mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-17 04:39:55 +01:00
Fixing coveralls
This commit is contained in:
parent
4d59e8a663
commit
b5ddffc536
1 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,9 @@ python:
|
|||
- "3.3"
|
||||
- "3.4"
|
||||
- "nightly"
|
||||
script: make test
|
||||
install:
|
||||
- pip install coveralls
|
||||
script:
|
||||
covarage run telegram_tests.py
|
||||
after_success:
|
||||
- coveralls
|
||||
coveralls
|
||||
|
|
Loading…
Add table
Reference in a new issue