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 041b15a commit ed531e5Copy full SHA for ed531e5
.travis.yml
@@ -23,6 +23,7 @@ jobs:
23
- stage: upload test coverage
24
install:
25
- pip install pytest pytest-cov codecov
26
+ - pip install -r test_requirements.txt
27
script:
28
- pytest --cov=./
29
- codecov
0 commit comments