Skip to content

Commit 88ad32b

Browse files
committed
Fix pytest-cov installation errors
1 parent d540e38 commit 88ad32b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ before_script:
4141
# https://github.com/travis-ci/travis-ci/issues/8920#issuecomment-352661024
4242
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
4343
- pip install --upgrade pip
44-
- pip install pytest pytest-cov coverage
44+
- pip install 'pytest==3.8.1' 'pytest-cov==2.6.0'
4545

4646
script:
4747
# Install the thing

0 commit comments

Comments
 (0)