mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-22 15:17:00 +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 -r requirements.txt
|
||||
script:
|
||||
nosetests --with-coverage --cover-package telegram/
|
||||
pylint -E telegram
|
||||
flake8 telegram
|
||||
- nosetests --with-coverage --cover-package telegram/
|
||||
- pylint -E telegram
|
||||
- flake8 telegram
|
||||
after_success:
|
||||
coveralls
|
||||
|
|
Loading…
Reference in a new issue