diff --git a/.travis.yml b/.travis.yml index 51c0519a4..1491f5970 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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