Skip to content

Commit 5a201f5

Browse files
authored
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
1 parent 8a69f1c commit 5a201f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ init:
1616
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
1717

1818
- ECHO "Updating Environment"
19-
- python -m pip install -U setuptools
2019
- python -m pip install -U pip
2120
- python -m pip install -U wheel
22-
- python -m pip install -U tox
21+
- python -m pip install -U --upgrade-strategy=eager tox
2322

2423

2524
install:

0 commit comments

Comments
 (0)