diff --git a/.travis.yml b/.travis.yml index 635a0dd..6be0484 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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