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 aaa935b commit 4fd1757Copy full SHA for 4fd1757
tox.ini
@@ -15,6 +15,7 @@ commands =
15
py34,py35: nosetests -v --with-coverage --cover-erase --cover-min-percentage=100 --cover-package=zarr --with-doctest --doctest-options=+NORMALIZE_WHITESPACE zarr
16
py34,py35: python -m doctest -o NORMALIZE_WHITESPACE -o ELLIPSIS docs/tutorial.rst docs/spec/v1.rst
17
py35: flake8 zarr
18
+ python setup.py bdist_wheel
19
deps =
20
-rrequirements_test.txt
21
-rrequirements.txt
0 commit comments