We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7984a90 commit 43982d2Copy full SHA for 43982d2
.travis.yml
@@ -4,7 +4,8 @@ python:
4
# command to install dependencies
5
install:
6
- pip install --quiet -r requirements.txt
7
- - pip install pytest pytest-cov
+ - pip install pytest>=3.6
8
+ - pip install pytest-cov
9
# command to run tests
10
script:
11
- pytest --cov=./
0 commit comments