We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 197fa02 commit d887c90Copy full SHA for d887c90
.travis.yml
@@ -6,7 +6,7 @@ python:
6
sudo: false
7
install:
8
- pip install -U pip
9
- - pip install -U --upgrade-strategy eager ".[test]" coveralls
+ - pip install -U --upgrade-strategy eager ".[test]" coveralls pytest-cov
10
- pip freeze
11
script:
12
- pytest --cov=traittypes traittypes
0 commit comments