Skip to content

Commit

Permalink
add coverage test to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bndr committed Apr 24, 2015
1 parent 360168f commit 3f5831a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ python:
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- "pip install -r requirements.txt"
- "pip install coverage"
- "pip install coveralls"

# command to run tests, e.g. python setup.py test
script: python setup.py test
script: coverage run --source=pipreqs setup.py test
after_success:
coveralls

0 comments on commit 3f5831a

Please sign in to comment.