X Tutup
Skip to content

Commit 007dc58

Browse files
committed
move error disables to .travis.yml
1 parent 1653487 commit 007dc58

File tree

2 files changed

+1
-281
lines changed

2 files changed

+1
-281
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 --disable=no-name-in-module,import-error; fi'
1616
after_success:
1717
coveralls

pylintrc

Lines changed: 0 additions & 280 deletions
This file was deleted.

0 commit comments

Comments
 (0)
X Tutup