mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-30 03:09:21 +02:00
Fixes pylint for Py2.6
This commit is contained in:
parent
f08dca0af6
commit
c64e577049
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue