summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-31 10:00:54 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-31 10:00:54 -0500
commit939aa5d8dc0ef8c29db32abadf956fbec64d7a97 (patch)
treeef0a50b912b290969e3f8d67d1ee8ff3aade79ba /appveyor.yml
parentd4527c3eee82d95763658b29cf5b80b17e098c4b (diff)
downloadpython-coveragepy-939aa5d8dc0ef8c29db32abadf956fbec64d7a97.tar.gz
Better ways to install requirements on CI servers
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 897a76d..0f4d8de 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -113,7 +113,7 @@ install:
- "pip install --disable-pip-version-check --user --upgrade virtualenv"
# Install requirements.
- - "%CMD_IN_ENV% pip install -r requirements/dev.pip -r requirements/wheel.pip"
+ - "%CMD_IN_ENV% pip install -r requirements/ci.pip"
# Make a python3.4.bat file in the current directory so that tox will find it
# and python3.4 will mean what we want it to.