File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ matrix:
2323install :
2424 - pip install -U tox-travis coveralls pip setuptools wheel
2525 - python setup.py build_ext --inplace
26+ - pip freeze
2627
2728script :
2829 - tox
Original file line number Diff line number Diff line change @@ -40,14 +40,15 @@ environment:
4040install :
4141 - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
4242 - git submodule update --init --recursive
43-
44- build : off
45-
46- test_script :
4743 - " %CMD_IN_ENV% python -m pip install -U pip setuptools wheel"
4844 - " %CMD_IN_ENV% python -m pip install -rrequirements_dev.txt"
4945 - " %CMD_IN_ENV% python -m pip install -rrequirements_test.txt"
5046 - " %CMD_IN_ENV% python setup.py build_ext --inplace"
47+ - " %CMD_IN_ENV% python -m pip freeze"
48+
49+ build : off
50+
51+ test_script :
5152 - " %CMD_IN_ENV% python -m pytest -v numcodecs"
5253
5354after_test :
You can’t perform that action at this time.
0 commit comments