Skip to content

Commit 9634a52

Browse files
authored
Merge pull request #4 from matsoftware/fix-code-cov
Fix existing issue with codecov ( z4r/python-coveralls#66 )
2 parents cf62a9c + 5755c41 commit 9634a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
- "3.6"
55
before_install:
66
- pip install codecov
7-
- pip install pytest pytest-cov
7+
- pip install pytest 'pytest-cov==2.5.0'
88
install:
99
- pip install -q coverage
1010
- pip install -r requirements.txt

0 commit comments

Comments
 (0)