Skip to content

Commit d887c90

Browse files
committed
require pytest-cov
1 parent 197fa02 commit d887c90

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
@@ -6,7 +6,7 @@ python:
66
sudo: false
77
install:
88
- pip install -U pip
9-
- pip install -U --upgrade-strategy eager ".[test]" coveralls
9+
- pip install -U --upgrade-strategy eager ".[test]" coveralls pytest-cov
1010
- pip freeze
1111
script:
1212
- pytest --cov=traittypes traittypes

0 commit comments

Comments
 (0)