mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 06:25:12 +01:00
Fix travis
This commit is contained in:
parent
48bb8a2413
commit
0cfaaa590c
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ python:
|
|||
install:
|
||||
- pip install coveralls
|
||||
script:
|
||||
make tests
|
||||
make test
|
||||
after_success:
|
||||
coveralls
|
||||
|
|
Loading…
Reference in a new issue