mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-31 16:40:53 +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"
|
||||
install:
|
||||
- pip install coveralls
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
nosetests --with-coverage --cover-package telegram/
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue