summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2017-05-28 12:30:58 -0400
committerKenneth Reitz <me@kennethreitz.org>2017-05-28 12:30:58 -0400
commit2936a77678efb0bcc974ac5f85c8d31917b1157e (patch)
tree4adf670d12e436a04c433ef5f40142da9a4dc40b
parente6e3589c36181ae952493ae3ff37f21a450110aa (diff)
downloadpython-requests-2936a77678efb0bcc974ac5f85c8d31917b1157e.tar.gz
speed up appveyor
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 0fc1a1d6..773c5792 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -50,7 +50,7 @@ install:
- "C:\\MinGW\\bin\\mingw32-make"
test_script:
- - "C:\\MinGW\\bin\\mingw32-make coverage"
+ - "C:\\MinGW\\bin\\mingw32-make ci"
on_success:
- "pipenv run codecov -f coverage.xml"