Update appveyor.yml

This commit is contained in:
Atsushi Sakai
2019-07-02 20:47:17 +09:00
committed by GitHub
parent 284ea2bd76
commit 9c965e6447

View File

@@ -6,7 +6,6 @@ environment:
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
matrix:
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x" # currently 3.6.5
PYTHON_ARCH: "64"
@@ -14,7 +13,6 @@ matrix:
init:
- "ECHO %MINICONDA% %PYTHON_VERSION% %PYTHON_ARCH%"
install:
# If there is a newer build queued for the same PR, cancel this one.
# The AppVeyor 'rollout builds' option is supposed to serve the same