diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-05 16:45:09 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-05 16:45:09 -0400 |
| commit | 13759f55c3703e356cf7326ba98b3fa708329b4d (patch) | |
| tree | fb7cd2a314a12c593540ac3e7b9920925726845a /appveyor.yml | |
| parent | 539fdc0538c7707a3120a0df6c084daf1d6b18b7 (diff) | |
| download | python-coveragepy-git-13759f55c3703e356cf7326ba98b3fa708329b4d.tar.gz | |
Move all requirements into .pip files
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index c79e4f55..913aea61 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 |
