File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ omit = zarr/meta_v1.py
3
+
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ setenv =
12
12
commands =
13
13
python setup.py build_ext --inplace
14
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
15
+ py34,py35: nosetests -v --with-coverage --cover-erase --cover-min-percentage =100 --cover-package =zarr --with-doctest --doctest-options =+NORMALIZE_WHITESPACE zarr
16
16
py34,py35: python -m doctest -o NORMALIZE_WHITESPACE -o ELLIPSIS docs/tutorial.rst docs/spec/v2.rst
17
17
py35: flake8 zarr
18
18
python setup.py bdist_wheel
You can’t perform that action at this time.
0 commit comments