Skip to content

Commit 75d00c6

Browse files
committed
collect coverage from py36-npy113 not py36-npy114
1 parent d081c20 commit 75d00c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ commands =
1616
python -c 'import glob; import shutil; import os; [(shutil.rmtree(d) if os.path.isdir(d) else os.remove(d) if os.path.isfile(d) else None) for d in glob.glob("./example*")]'
1717
py27,py34,py35,py36-npy114: pytest -v --cov=zarr zarr
1818
py36-npy113: pytest -v --cov=zarr --doctest-modules zarr
19-
coverage report -m
19+
py27,py34,py35,py36-npy113: coverage report -m
2020
py36-npy113: python -m doctest -o NORMALIZE_WHITESPACE -o ELLIPSIS docs/tutorial.rst docs/spec/v2.rst
2121
py36-npy113: flake8 --max-line-length=100 zarr
2222
deps =

0 commit comments

Comments
 (0)