mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +01:00
travis.yml: another try to fix nosetests command line
This commit is contained in:
parent
d5b35e7e1d
commit
ca8404adb7
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -r requirements-dev.txt
|
- pip install -r requirements-dev.txt
|
||||||
script:
|
script:
|
||||||
- nosetests -v --with-coverage --cover-package --with-flaky
|
- nosetests -v --with-flaky --no-flaky-report --with-coverage --cover-package=telegram/
|
||||||
- flake8 telegram
|
- flake8 telegram
|
||||||
- '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'
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue