mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-26 09:07:43 +01:00
Fixes typo on .travis.yml
This commit is contained in:
parent
596fc2aeda
commit
8c0bcbf5bb
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ install:
|
||||||
- pip install pylint flake8 coveralls
|
- pip install pylint flake8 coveralls
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
nosetests --with-coverage --cover-package telegram/
|
- nosetests --with-coverage --cover-package telegram/
|
||||||
pylint -E telegram
|
- pylint -E telegram
|
||||||
flake8 telegram
|
- flake8 telegram
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
|
|
Loading…
Reference in a new issue