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 9c965e6 commit f2ee576Copy full SHA for f2ee576
appveyor.yml
@@ -5,10 +5,10 @@ environment:
5
# See: http://stackoverflow.com/a/13751649/163740
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"
+ matrix:
+ - PYTHON: "C:\\Python36-x64"
+ PYTHON_VERSION: "3.6.x" # currently 3.6.5
+ PYTHON_ARCH: "64"
12
13
init:
14
- "ECHO %MINICONDA% %PYTHON_VERSION% %PYTHON_ARCH%"
0 commit comments