Skip to content

Commit

Permalink
Added coverage configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperVanDenBosch committed Jan 2, 2015
1 parent f7bcc12 commit 3643a9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: python
# command to run tests
script: python setup.py test
script: coverage run --source=niprov setup.py test
after_success: coveralls
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
mock
coveralls

0 comments on commit 3643a9d

Please sign in to comment.