Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Use PyPI version of codecov instead of prerelease github vers…
…ion"

This reverts commit 0717b9e.
  • Loading branch information
rickardraysearch committed Aug 10, 2017
commit 73872bbddcb7313b296e7aa06e22eccac7b53e90
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Requirements for both Travis and AppVeyor
pytest
coverage
codecov

# Platform specific requirements
pip; sys_platform == 'win32'
wheel; sys_platform == 'win32'
pycparser; sys_platform != 'win32'

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