mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
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:
@@ -81,7 +81,6 @@ environment:
|
||||
JEDI_TEST_ENVIRONMENT: 36
|
||||
install:
|
||||
- set PATH=%PYTHON_PATH%;%PYTHON_PATH%\Scripts;%PATH%
|
||||
- pip install --disable-pip-version-check --user --upgrade pip
|
||||
- pip install tox
|
||||
build_script:
|
||||
- tox
|
||||
|
||||
Reference in New Issue
Block a user