We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929ff54 commit 760b390Copy full SHA for 760b390
.travis.yml
@@ -9,5 +9,5 @@ install:
9
script: python setup.py test
10
11
after_success:
12
- - coverage -x setup.py test
13
- - coverage -rm
+ - coverage run setup.py test
+ - coverage html
0 commit comments