diff --git a/.travis.yml b/.travis.yml index c25827a..851aa8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: - "pip install -r requirements.txt" - "pip install coveralls" -script: coverage run --source=amodem tests/run.py +script: coverage run tests/run.py -after_success: +after_success: - coveralls