Skip to content

Commit dfd447c

Browse files
committed
fix appveyor
1 parent 8d7abf8 commit dfd447c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ test_script:
4848
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
4949
- "%CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
5050
- "%CMD_IN_ENV% python setup.py build_ext --inplace"
51-
- "%CMD_IN_ENV% python -m nose -v"
51+
- "%CMD_IN_ENV% python -m pytest -v numcodecs"
5252

5353
after_test:
5454
- "%CMD_IN_ENV% python setup.py bdist_wheel"

0 commit comments

Comments
 (0)