Fixes pylint for Py2.6

This commit is contained in:
Leandro Toledo 2015-11-11 12:39:09 -02:00
parent 8c0bcbf5bb
commit f08dca0af6

View file

@ -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