appveyor fix attempt II.

This commit is contained in:
Jakub Roztocil 2017-12-13 21:32:37 +01:00 committed by GitHub
parent ca7f41de53
commit 91e1fe2d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,9 +14,9 @@ init:
install:
- "%PYTHON%/python.exe -m pip install -U pip"
- "%PYTHON%/Scripts/pip.exe install -e ."
- "%PYTHON%/python.exe -m pip install -e ."
test_script:
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/python.exe -m pip --version"
- "%PYTHON%/Scripts/http.exe --debug"
- "%PYTHON%/python.exe setup.py test"