Skip to content

Commit

Permalink
adding --cover-package
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerdave committed Jan 18, 2015
1 parent 3d35ead commit 86d8abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,5 +12,5 @@ install:
- "pip install -r requirements.txt"
- "pip install coveralls"
# command to run tests
script: nosetests -v --with-coverage
script: nosetests -v --with-coverage --cover-package=prompter
after_success: coveralls

0 comments on commit 86d8abc

Please sign in to comment.