summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-05 16:45:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-05 16:45:09 -0400
commit4d9bdad35976b91a88c248dbf689b7730e231d10 (patch)
treea6feee0be8fadd7e575ab38455f9483486626367 /appveyor.yml
parent76506edd0fe70b6425fbb672ed5d828cb7da8076 (diff)
downloadpython-coveragepy-4d9bdad35976b91a88c248dbf689b7730e231d10.tar.gz
Move all requirements into .pip files
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c79e4f5..913aea6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -107,8 +107,8 @@ install:
# about it being out of date.
- "pip install --disable-pip-version-check --user --upgrade pip"
- # Install requirements. TODO: put this in a .pip file somewhere.
- - "%CMD_IN_ENV% pip install setuptools==18.2 wheel==0.24.0 tox==2.1.1"
+ # Install requirements.
+ - "%CMD_IN_ENV% pip install -r ci/requirements.pip"
build: off