Don't install the latest pip version anymore in appveyor

It caused problems. Somehow appveyor (or pip?) changed something. By removing
the update mechanism it all works again. I don't really see why we need to
update anyway, so I guess I'm fine with how it is now.

Passing:
https://ci.appveyor.com/project/davidhalter/jedi/build/32

Not Passing anymore:
https://ci.appveyor.com/project/davidhalter/jedi/build/36
This commit is contained in:
Dave Halter
2018-04-15 13:40:26 +02:00
parent d2f9e83b25
commit 9dece93c13

View File

@@ -81,7 +81,6 @@ environment:
JEDI_TEST_ENVIRONMENT: 36 JEDI_TEST_ENVIRONMENT: 36
install: install:
- set PATH=%PYTHON_PATH%;%PYTHON_PATH%\Scripts;%PATH% - set PATH=%PYTHON_PATH%;%PYTHON_PATH%\Scripts;%PATH%
- pip install --disable-pip-version-check --user --upgrade pip
- pip install tox - pip install tox
build_script: build_script:
- tox - tox