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.
2 parents c4c0a8f + 5b3fbfe commit c20f88fCopy full SHA for c20f88f
.travis.yml
@@ -23,7 +23,6 @@ matrix:
23
install:
24
- pip install -U tox-travis coveralls pip setuptools wheel
25
- python setup.py build_ext --inplace
26
- - pip freeze
27
28
script:
29
- tox
tox.ini
@@ -18,6 +18,7 @@ commands =
18
py37: pytest -v --cov=numcodecs --doctest-modules --doctest-glob=*.pyx numcodecs
19
coverage report -m
20
py37: flake8 --max-line-length=100 numcodecs
21
+ pip freeze
22
deps =
py27: backports.lzma
-rrequirements_dev.txt
0 commit comments