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 f2ee576 commit babeb93Copy full SHA for babeb93
appveyor.yml
@@ -6,9 +6,9 @@ environment:
6
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
7
8
matrix:
9
- - PYTHON: "C:\\Python36-x64"
10
- PYTHON_VERSION: "3.6.x" # currently 3.6.5
11
- PYTHON_ARCH: "64"
+ - PYTHON_VERSION: 3.6
+ MINICONDA: C:\Miniconda3
+
12
13
init:
14
- "ECHO %MINICONDA% %PYTHON_VERSION% %PYTHON_ARCH%"
0 commit comments