X Tutup
Skip to content

Commit 06c09b9

Browse files
committed
Fixes travis to support future module
1 parent 8a5ec3b commit 06c09b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
- "pypy3"
99
install:
1010
- pip install coveralls
11+
- pip install -r requirements.txt
1112
script:
1213
nosetests --with-coverage --cover-package telegram/
1314
after_success:

0 commit comments

Comments
 (0)
X Tutup