Skip to content

Commit 40cd687

Browse files
committed
Updated coverage command
1 parent fe2ac25 commit 40cd687

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
@@ -21,7 +21,7 @@ script:
2121
\"$DEPS\" == '3.6 tornado twisted' -o
2222
\"$DEPS\" == 'pypy tornado twisted' ]"
2323
- "coverage erase"
24-
- "coverage run python setup.py test"
24+
- "coverage run setup.py test"
2525
- "coverage report"
2626
- "coveralls"
2727

0 commit comments

Comments
 (0)