mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
Fixes pylint for Py2.6
This commit is contained in:
parent
8c0bcbf5bb
commit
f08dca0af6
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
||||||
language: python
|
language: python
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
python:
|
python:
|
||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
@ -14,7 +11,7 @@ install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
- nosetests --with-coverage --cover-package telegram/
|
- nosetests --with-coverage --cover-package telegram/
|
||||||
- pylint -E telegram
|
|
||||||
- flake8 telegram
|
- flake8 telegram
|
||||||
|
- 'if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pylint -E telegram; fi'
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
|
|
Loading…
Reference in a new issue