summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: