diff --git a/appveyor.yml b/appveyor.yml index f31fc6db..8c9fa3bf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,13 +5,14 @@ environment: # See: http://stackoverflow.com/a/13751649/163740 CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd" + matrix: - - PYTHON: "C:\\conda" + - PYTHON: C:/Python36-x64 CONDA_INSTALL_LOCN: "C:\\Miniconda36-x64" - MINICONDA_FILENAME: "Miniconda2-latest-Windows-x86_64.exe" init: - "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%" + install: # If there is a newer build queued for the same PR, cancel this one.