X Tutup
Skip to content

Commit ef2dc74

Browse files
committed
Fixing coveralls
1 parent 85fb99e commit ef2dc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ python:
88
install:
99
- pip install coveralls
1010
script:
11-
coveralls run telegram_tests.py
11+
coverage run telegram_test.py
1212
after_success:
1313
coveralls

0 commit comments

Comments
 (0)
X Tutup