Fixes typo on .travis.yml

This commit is contained in:
Leandro Toledo 2015-11-11 12:28:34 -02:00
parent 596fc2aeda
commit 8c0bcbf5bb

View file

@ -13,8 +13,8 @@ install:
- pip install pylint flake8 coveralls
- pip install -r requirements.txt
script:
nosetests --with-coverage --cover-package telegram/
pylint -E telegram
flake8 telegram
- nosetests --with-coverage --cover-package telegram/
- pylint -E telegram
- flake8 telegram
after_success:
coveralls