X Tutup
Skip to content

Commit c64e577

Browse files
committed
Fixes pylint for Py2.6
1 parent f08dca0 commit c64e577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ install:
1212
script:
1313
- nosetests --with-coverage --cover-package telegram/
1414
- flake8 telegram
15-
- 'if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pylint -E telegram; fi'
15+
- 'if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pylint -E telegram; fi'
1616
after_success:
1717
coveralls

0 commit comments

Comments
 (0)
X Tutup