Skip to content

Commit 4ca35c4

Browse files
committed
Back to nose2
1 parent 1479a22 commit 4ca35c4

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
@@ -4,8 +4,8 @@ notifications:
44
install:
55
- pip3 install .
66
script:
7-
- pip3 install pytest pytest-cov
8-
- pytest --cov=gdist
7+
- pip3 install nose2 nose2-cov
8+
- nose2 --with-coverage
99

1010
jobs:
1111
include:

0 commit comments

Comments
 (0)