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 0928c29 commit 1718063Copy full SHA for 1718063
2 files changed
.coveragerc
@@ -0,0 +1,3 @@
1
+[run]
2
+omit = zarr/meta_v1.py
3
+
tox.ini
@@ -12,7 +12,7 @@ setenv =
12
commands =
13
python setup.py build_ext --inplace
14
py27: nosetests -v zarr
15
- py34,py35: nosetests -v --ignore-files=meta_v1.py --with-coverage --cover-erase --cover-min-percentage=100 --cover-package=zarr --with-doctest --doctest-options=+NORMALIZE_WHITESPACE zarr
+ 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/v2.rst
17
py35: flake8 zarr
18
python setup.py bdist_wheel
0 commit comments