Skip to content

Commit 0717b9e

Browse files
Use PyPI version of codecov instead of prerelease github version
1 parent 4956b3e commit 0717b9e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Requirements for both Travis and AppVeyor
22
pytest
33
coverage
4+
codecov
45

56
# Platform specific requirements
67
pip; sys_platform == 'win32'
78
wheel; sys_platform == 'win32'
89
pycparser; sys_platform != 'win32'
910

10-
# Coverage upload
11-
# codecov v2.0.6 isn't on PyPi
12-
https://github.com/codecov/codecov-python/tarball/v2.0.6

0 commit comments

Comments
 (0)