From 939aa5d8dc0ef8c29db32abadf956fbec64d7a97 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 31 Dec 2016 10:00:54 -0500 Subject: Better ways to install requirements on CI servers --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') 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. -- cgit v1.2.1