2015-07-03 18:55:45 +02:00
|
|
|
# https://ci.appveyor.com/project/jkbrzt/httpie
|
2014-04-27 18:54:30 +03:00
|
|
|
build: false
|
2014-04-27 18:38:12 +03:00
|
|
|
environment:
|
|
|
|
matrix:
|
2014-04-27 23:15:21 +03:00
|
|
|
- PYTHON: "C:/Python27"
|
|
|
|
- PYTHON: "C:/Python34"
|
2014-04-27 23:14:11 +03:00
|
|
|
init:
|
2014-04-27 23:20:23 +03:00
|
|
|
- "ECHO %PYTHON%"
|
2014-04-27 23:15:21 +03:00
|
|
|
- ps: "ls C:/Python*"
|
2014-04-26 11:14:57 +03:00
|
|
|
install:
|
2016-01-01 23:51:17 +02:00
|
|
|
# - 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"
|
2014-04-27 23:15:21 +03:00
|
|
|
- "%PYTHON%/Scripts/pip.exe install -e ."
|
2014-04-26 11:07:35 +03:00
|
|
|
test_script:
|
2014-04-27 23:15:21 +03:00
|
|
|
- "%PYTHON%/Scripts/pip.exe --version"
|
|
|
|
- "%PYTHON%/Scripts/http.exe --debug"
|
|
|
|
- "%PYTHON%/python.exe setup.py test"
|