summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-11-25 15:36:09 -0500
committerGitHub <noreply@github.com>2019-11-25 15:36:09 -0500
commit5a201f5da3c97856b53a16a954e4db9f89ad31f9 (patch)
treef957f4d456d5e402eb5b5cb89825c4bcf78a362d
parent8a69f1ce3ab532e1fd1bfb081c9932c1063c96d3 (diff)
downloadsetuptools-scm-5a201f5da3c97856b53a16a954e4db9f89ad31f9.tar.gz
Upgrade virtualenv to ensure late pip and old pytest (#371)
* Upgrade virtualenv to ensure that the virtualenvs created have a suitably late version of pip that they install older versions of pytest on older Pythons. Fixes #370
-rw-r--r--appveyor.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 995e4b4..a73a34a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,10 +16,9 @@ init:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- ECHO "Updating Environment"
- - python -m pip install -U setuptools
- python -m pip install -U pip
- python -m pip install -U wheel
- - python -m pip install -U tox
+ - python -m pip install -U --upgrade-strategy=eager tox
install: