We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f7507 commit 37dec0cCopy full SHA for 37dec0c
.travis.yml
@@ -4,7 +4,7 @@ notifications:
4
install:
5
- pip3 install .
6
script:
7
- - pip3 install nose2 nose2[coverage_plugin]
+ - pip3 install nose2 nose2-cov
8
- nose2 --with-coverage
9
10
jobs:
0 commit comments