Skip to content

Commit 760b390

Browse files
committed
Allign .travis.yml with Coverage CLI
1 parent 929ff54 commit 760b390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ install:
99
script: python setup.py test
1010

1111
after_success:
12-
- coverage -x setup.py test
13-
- coverage -rm
12+
- coverage run setup.py test
13+
- coverage html

0 commit comments

Comments
 (0)