mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 00:27:55 -05:00
add appveyor.yml for windows CI
This commit is contained in:
12
appveyor.yml
Normal file
12
appveyor.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
init:
|
||||
- ECHO %PYTHON%
|
||||
|
||||
environment:
|
||||
matrix:
|
||||
- PYTHON: C:/Python36-x64
|
||||
|
||||
install:
|
||||
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
|
||||
- "%PYTHON%/python.exe C:/get-pip.py"
|
||||
- "%PYTHON%/Scripts/pip.exe install pillow==2.9.0"
|
||||
|
||||
Reference in New Issue
Block a user