From 8c0bcbf5bb6823310455a01bb48e4d0e51def798 Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Wed, 11 Nov 2015 12:28:34 -0200 Subject: [PATCH] Fixes typo on .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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