summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-31 08:16:00 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-31 08:16:00 -0500
commit44a2a368a2ac32a845100bfc8fa449f189b7f60d (patch)
tree6df22e8f0bdc6f7abd381246e66bda85ebc358d8 /appveyor.yml
parent7cedfa97265b29db66944748dbb5b9433b93b981 (diff)
downloadpython-coveragepy-44a2a368a2ac32a845100bfc8fa449f189b7f60d.tar.gz
Install pytest where we run igor
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 d66dfb8..897a76d 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/tox.pip -r requirements/wheel.pip"
+ - "%CMD_IN_ENV% pip install -r requirements/dev.pip -r requirements/wheel.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.