Skip to content

Commit 7120b4b

Browse files
committed
update appveyor
1 parent 2886709 commit 7120b4b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

appveyor.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
init:
2-
- ECHO %PYTHON%
2+
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
33

44
environment:
55
matrix:
66
- PYTHON: C:/Python36-x64
77

88
install:
9-
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
10-
- "%PYTHON%/python.exe C:/get-pip.py"
11-
- "%PYTHON%/Scripts/pip.exe install pillow==2.9.0"
9+
- "%PYTHON%/Scripts/pip.exe install numpy"
10+
- "%PYTHON%/Scripts/pip.exe install pandas"
11+
- "%PYTHON%/Scripts/pip.exe install scipy"
12+
- "%PYTHON%/Scripts/pip.exe install matplotlib"
13+
14+
test_script:
15+
- "%PYTHON%\python.exe -m unittest discover C:\projects\pythonrobotics\tests"
1216

0 commit comments

Comments
 (0)