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.
1 parent 3964f10 commit d081c20Copy full SHA for d081c20
appveyor.yml
@@ -63,4 +63,6 @@ test_script:
63
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
64
- "%CMD_IN_ENV% python -m pip install numpy==%NUMPY_VERSION%"
65
- "%CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
66
- - "%CMD_IN_ENV% python -m pytest -v zarr"
+ - "%CMD_IN_ENV% python setup.py install"
67
+ - "%CMD_IN_ENV% python -m pytest -v --pyargs zarr"
68
+
0 commit comments