Skip to content

Commit

Permalink
Merge pull request zarr-developers#685 from Carreau/skip-abs-appveyor
Browse files Browse the repository at this point in the history
Test Azure on only one version of Python on windows.
  • Loading branch information
Carreau authored Jan 1, 2021
2 parents 1da9e4d + 6633c49 commit 91fe437
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ 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%"
Expand Down

0 comments on commit 91fe437

Please sign in to comment.