We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed49909 commit 166b46aCopy full SHA for 166b46a
.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