8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1da9e4d + 6633c49 commit 91fe437Copy full SHA for 91fe437
appveyor.yml
@@ -14,17 +14,19 @@ environment:
14
# See: http://stackoverflow.com/a/13751649/163740
15
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\build.cmd"
16
EMULATOR_LOC: C:\\Program Files (x86)\\Microsoft SDKs\\Azure\\Storage Emulator\\AzureStorageEmulator.exe
17
- ZARR_TEST_ABS: 1
18
19
matrix:
20
- PYTHON: "C:\\Python36-x64"
21
PYTHON_VERSION: "3.6"
+ ZARR_TEST_ABS: 0
22
23
- PYTHON: "C:\\Python37-x64"
24
PYTHON_VERSION: "3.7"
25
26
27
- PYTHON: "C:\\Python38-x64"
28
PYTHON_VERSION: "3.8"
29
+ ZARR_TEST_ABS: 1
30
31
install:
32
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
0 commit comments