Skip to content

Commit

Permalink
swapped unit tests coverage checking to setup.py testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy McRae committed Aug 23, 2016
1 parent 2f80fb8 commit 93621b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ install:
- pip install coveralls
script:
- python setup.py test
- python -m coverage run --source=./clinicalfilter -m unittest discover
- python -m coverage run setup.py test
after_success:
- coveralls

0 comments on commit 93621b7

Please sign in to comment.