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 8d7abf8 commit dfd447cCopy full SHA for dfd447c
appveyor.yml
@@ -48,7 +48,7 @@ test_script:
48
- "%CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
49
- "%CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
50
- "%CMD_IN_ENV% python setup.py build_ext --inplace"
51
- - "%CMD_IN_ENV% python -m nose -v"
+ - "%CMD_IN_ENV% python -m pytest -v numcodecs"
52
53
after_test:
54
- "%CMD_IN_ENV% python setup.py bdist_wheel"
0 commit comments