Skip to content

Commit 37dec0c

Browse files
committed
Fix plugin
1 parent 90f7507 commit 37dec0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ notifications:
44
install:
55
- pip3 install .
66
script:
7-
- pip3 install nose2 nose2[coverage_plugin]
7+
- pip3 install nose2 nose2-cov
88
- nose2 --with-coverage
99

1010
jobs:

0 commit comments

Comments
 (0)