diff --git a/appveyor.yml b/appveyor.yml index a7cf57dbc4..521ed402c1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,18 +14,20 @@ environment: # See: http://stackoverflow.com/a/13751649/163740 CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\build.cmd" EMULATOR_LOC: C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\Storage Emulator\\AzureStorageEmulator.exe - ZARR_TEST_ABS: 1 matrix: - PYTHON: "C:\\Python36-x64" PYTHON_VERSION: "3.6" + ZARR_TEST_ABS: 0 - PYTHON: "C:\\Python37-x64" PYTHON_VERSION: "3.7" + ZARR_TEST_ABS: 0 - PYTHON: "C:\\Python38-x64" PYTHON_VERSION: "3.8" + ZARR_TEST_ABS: 1 install: - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"