8000 Merge pull request #685 from Carreau/skip-abs-appveyor · trinetta/zarr-python@91fe437 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91fe437

Browse files
authored
Merge pull request zarr-developers#685 from Carreau/skip-abs-appveyor
Test Azure on only one version of Python on windows.
2 parents 1da9e4d + 6633c49 commit 91fe437

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@ environment:
1414
# See: http://stackoverflow.com/a/13751649/163740
1515
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\build.cmd"
1616
EMULATOR_LOC: C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\Storage Emulator\\AzureStorageEmulator.exe
17-
ZARR_TEST_ABS: 1
1817

1918
matrix:
2019
- PYTHON: "C:\\Python36-x64"
2120
PYTHON_VERSION: "3.6"
21+
ZARR_TEST_ABS: 0
2222

2323
- PYTHON: "C:\\Python37-x64"
2424
PYTHON_VERSION: "3.7"
25+
ZARR_TEST_ABS: 0
2526

2627
- PYTHON: "C:\\Python38-x64"
2728
PYTHON_VERSION: "3.8"
29+
ZARR_TEST_ABS: 1
2830

2931
install:
3032
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"

0 commit comments

Comments
 (0)
0