We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a7f549 commit cd3df58Copy full SHA for cd3df58
appveyor.yml
@@ -1,15 +1,15 @@
1
-init:
2
-- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
3
-
4
environment:
5
matrix:
6
- PYTHON: C:/Python36-x64
+ CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64"
+
+init:
7
+ - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
8
9
install:
10
- "%PYTHON%/Scripts/pip.exe install numpy"
11
- "%PYTHON%/Scripts/pip.exe install pandas"
12
- "%PYTHON%/Scripts/pip.exe install scipy"
- - "%PYTHON%/Scripts/pip.exe install matplotlib"
13
14
test_script:
15
- "%PYTHON%/python.exe -m unittest discover C:/projects/pythonrobotics/tests"
0 commit comments