Using nose to test on travis

This commit is contained in:
leandrotoledo 2015-09-08 15:02:28 -03:00
parent fa387d1821
commit c6bf13e407

View file

@ -9,6 +9,6 @@ python:
install:
- pip install coveralls
script:
coverage run tests/run.py
nosetests --with-coverage --cover-package telegram/
after_success:
coveralls