Fixes pylint for Py2.6

This commit is contained in:
Leandro Toledo 2015-11-11 12:41:07 -02:00
parent f08dca0af6
commit c64e577049

View file

@ -12,6 +12,6 @@ install:
script:
- nosetests --with-coverage --cover-package telegram/
- flake8 telegram
- 'if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pylint -E telegram; fi'
- 'if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pylint -E telegram; fi'
after_success:
coveralls