There was an error while loading. Please reload this page.
1 parent 7022c47 commit 18e4a2bCopy full SHA for 18e4a2b
1 file changed
appveyor.yml
@@ -21,8 +21,8 @@ init:
21
22
install:
23
- "%PYTHON%/Scripts/easy_install -U pip"
24
- - "%PYTHON%/Scripts/pip install tox"
25
- - "%PYTHON%/Scripts/pip install wheel"
+ - "%PYTHON%/Scripts/pip install -U --force-reinstall tox wheel"
+
26
27
build: false # Not a C# project, build stuff at the test step instead.
28
0 commit comments