mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-03 17:52:31 +01:00
Fixes travis to support future module
This commit is contained in:
parent
8a5ec3b2a1
commit
06c09b96cf
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ python:
|
||||||
- "pypy3"
|
- "pypy3"
|
||||||
install:
|
install:
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
- pip install -r requirements.txt
|
||||||
script:
|
script:
|
||||||
nosetests --with-coverage --cover-package telegram/
|
nosetests --with-coverage --cover-package telegram/
|
||||||
after_success:
|
after_success:
|
||||||
|
|
Loading…
Reference in a new issue