We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9243cd3 commit fd7b571Copy full SHA for fd7b571
.travis.yml
@@ -13,7 +13,7 @@ install:
13
- pip install -r requirements-dev.txt
14
script:
15
- nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/
16
- - 'if [ $TRAVIS_PYTHON_VERSION != 2.6 ] && [ $TRAVIS_PYTHON_VERSION != 3.3 ] && [ $TRAVIS_PYTHON_VERSION != pypy3.3 ]; then yapf -r telegram; fi'
+ - 'if [ $TRAVIS_PYTHON_VERSION != 2.6 ] && [ $TRAVIS_PYTHON_VERSION != 3.3 ] && [ $TRAVIS_PYTHON_VERSION != pypy3 ]; then yapf -r telegram; fi'
17
- flake8 telegram
18
- 'if [ $TRAVIS_PYTHON_VERSION != 2.6 ]; then pylint -E telegram --disable=no-name-in-module,import-error; fi'
19
after_success:
0 commit comments