From ce34599ff8ef8e2424f2d9308dbb8abbe9729436 Mon Sep 17 00:00:00 2001 From: Rickard Holmberg Date: Thu, 10 Aug 2017 17:42:27 +0200 Subject: [PATCH] Use PyPI published version of codecov --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index bcceedf25..18f9bf902 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,10 @@ pytest coverage +# Coverage upload +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