Fixing coveralls

This commit is contained in:
Leandro Toledo 2015-08-11 14:40:20 -03:00
parent 4d59e8a663
commit b5ddffc536

View file

@ -5,6 +5,9 @@ python:
- "3.3"
- "3.4"
- "nightly"
script: make test
install:
- pip install coveralls
script:
covarage run telegram_tests.py
after_success:
- coveralls
coveralls