Fixes travis to support future module

This commit is contained in:
Leandro Toledo 2015-11-10 12:04:21 -02:00
parent 8a5ec3b2a1
commit 06c09b96cf

View file

@ -8,6 +8,7 @@ python:
- "pypy3"
install:
- pip install coveralls
- pip install -r requirements.txt
script:
nosetests --with-coverage --cover-package telegram/
after_success: