Skip to content

Commit d081c20

Browse files
committed
fix appveyor
1 parent 3964f10 commit d081c20

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
@@ -63,4 +63,6 @@ test_script:
6363
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
6464
- "%CMD_IN_ENV% python -m pip install numpy==%NUMPY_VERSION%"
6565
- "%CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
66-
- "%CMD_IN_ENV% python -m pytest -v zarr"
66+
- "%CMD_IN_ENV% python setup.py install"
67+
- "%CMD_IN_ENV% python -m pytest -v --pyargs zarr"
68+

0 commit comments

Comments
 (0)