We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1479a22 commit 4ca35c4Copy full SHA for 4ca35c4
.travis.yml
@@ -4,8 +4,8 @@ notifications:
4
install:
5
- pip3 install .
6
script:
7
- - pip3 install pytest pytest-cov
8
- - pytest --cov=gdist
+ - pip3 install nose2 nose2-cov
+ - nose2 --with-coverage
9
10
jobs:
11
include:
0 commit comments