summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-28 12:33:56 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-28 12:33:56 -0400
commite02eb69fcca2403db7daa733672ca39418d3d120 (patch)
treed098bf8e085d534f9cd5b5f0d9f4180336bcdd89
parent2936a77678efb0bcc974ac5f85c8d31917b1157e (diff)
downloadpython-requests-e02eb69fcca2403db7daa733672ca39418d3d120.tar.gz
that doesn't work on windows
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 773c5792..0fc1a1d6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -50,7 +50,7 @@ install:
- "C:\\MinGW\\bin\\mingw32-make"
test_script:
- - "C:\\MinGW\\bin\\mingw32-make ci"
+ - "C:\\MinGW\\bin\\mingw32-make coverage"
on_success:
- "pipenv run codecov -f coverage.xml"