We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d540e38 commit 88ad32bCopy full SHA for 88ad32b
1 file changed
.travis.yml
@@ -41,7 +41,7 @@ before_script:
41
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
42
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
43
- pip install --upgrade pip
44
- - pip install pytest pytest-cov coverage
+ - pip install 'pytest==3.8.1' 'pytest-cov==2.6.0'
45
46
script:
47
# Install the thing
0 commit comments