coverage isn't working

This commit is contained in:
Roman Zeyde
2014-08-05 17:44:11 +03:00
parent af9a98bce4
commit f87a1f5172

View File

@@ -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