mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
Fix travis
This commit is contained in:
parent
0f924508f7
commit
6132e65dc3
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ python:
|
|||
install:
|
||||
- pip install coveralls
|
||||
script:
|
||||
coverage run make test
|
||||
coverage run tests/test_*.py
|
||||
after_success:
|
||||
coveralls
|
||||
|
|
Loading…
Add table
Reference in a new issue