Skip to content

Commit cd3df58

Browse files
committed
update appveyor
1 parent 8a7f549 commit cd3df58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
init:
2-
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
3-
41
environment:
52
matrix:
63
- PYTHON: C:/Python36-x64
4+
CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
5+
6+
init:
7+
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
78

89
install:
910
- "%PYTHON%/Scripts/pip.exe install numpy"
1011
- "%PYTHON%/Scripts/pip.exe install pandas"
1112
- "%PYTHON%/Scripts/pip.exe install scipy"
12-
- "%PYTHON%/Scripts/pip.exe install matplotlib"
1313

1414
test_script:
1515
- "%PYTHON%/python.exe -m unittest discover C:/projects/pythonrobotics/tests"

0 commit comments

Comments
 (0)