mirror of
https://github.com/httpie/cli.git
synced 2025-01-09 23:28:27 +01:00
Appveyor: added Python 3.5 build
This commit is contained in:
parent
ae7008ee96
commit
c2dae62af0
@ -4,13 +4,12 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- PYTHON: "C:/Python27"
|
- PYTHON: "C:/Python27"
|
||||||
- PYTHON: "C:/Python34"
|
- PYTHON: "C:/Python34"
|
||||||
|
- PYTHON: "C:/Python35"
|
||||||
init:
|
init:
|
||||||
- "ECHO %PYTHON%"
|
- "ECHO %PYTHON%"
|
||||||
- ps: "ls C:/Python*"
|
- ps: "ls C:/Python*"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
# - ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa.io/get-pip.py', 'C:/get-pip.py')
|
|
||||||
# - "%PYTHON%/python.exe C:/get-pip.py"
|
|
||||||
# - "%PYTHON%/Scripts/pip.exe install -U pip setuptools"
|
# - "%PYTHON%/Scripts/pip.exe install -U pip setuptools"
|
||||||
- "%PYTHON%/Scripts/pip.exe install -e ."
|
- "%PYTHON%/Scripts/pip.exe install -e ."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user