We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1653487 commit 007dc58Copy full SHA for 007dc58
.travis.yml
@@ -12,6 +12,6 @@ install:
12
script:
13
- nosetests --with-coverage --cover-package telegram/
14
- flake8 telegram
15
- - 'if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pylint -E telegram; fi'
+ - 'if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pylint -E telegram --disable=no-name-in-module,import-error; fi'
16
after_success:
17
coveralls
pylintrc
0 commit comments