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 e57e6dd commit 1d9d0fcCopy full SHA for 1d9d0fc
.travis.yml
@@ -13,8 +13,8 @@ install:
13
- pip install -r requirements-dev.txt
14
script:
15
- nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/
16
- - yapf -r telegram
+ - 'if [ $TRAVIS_PYTHON_VERSION != 2.6 ] || [ $TRAVIS_PYTHON_VERSION != 3.3 ]; 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'
+ - 'if [ $TRAVIS_PYTHON_VERSION != 2.6 ]; then pylint -E telegram --disable=no-name-in-module,import-error; fi'
19
after_success:
20
coveralls
0 commit comments