Fix travis

This commit is contained in:
Leandro Toledo 2015-08-28 13:04:36 -03:00
parent 0f924508f7
commit 6132e65dc3

View file

@ -8,6 +8,6 @@ python:
install:
- pip install coveralls
script:
coverage run make test
coverage run tests/test_*.py
after_success:
coveralls