mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-22 14:35:00 +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:
|
install:
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
script:
|
script:
|
||||||
make tests
|
make test
|
||||||
after_success:
|
after_success:
|
||||||
coveralls
|
coveralls
|
||||||
|
|
Loading…
Reference in a new issue