Skip to content

Commit

Permalink
Modify nosetests command (scrapinghub#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
waqasshabbir authored Jun 2, 2017
1 parent f18ad29 commit 9f0487a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[run]
source = dateparser
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ deps =
-rrequirements.txt
-rtests/requirements.txt
commands =
nosetests -v --with-coverage tests
nosetests -v --with-coverage --cover-package=dateparser tests

0 comments on commit 9f0487a

Please sign in to comment.