Skip to content

Commit b113d0a

Browse files
committed
try to fix coveralls
1 parent 42fa779 commit b113d0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ setenv =
1414
py27: PY_MAJOR_VERSION = py2
1515
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*")]'
17-
py27,py34,py35,py36-npy114: pytest -v --cov=zarr zarr
17+
py27,py34,py35: pytest -v --cov=zarr zarr
18+
# don't run py36-npy114 with coverage because it is run together with py35-npy113 on travis
19+
py36-npy114: pytest -v zarr
1820
py36-npy113: pytest -v --cov=zarr --doctest-modules zarr
1921
py27,py34,py35,py36-npy113: coverage report -m
2022
py36-npy113: python -m doctest -o NORMALIZE_WHITESPACE -o ELLIPSIS docs/tutorial.rst docs/spec/v2.rst

0 commit comments

Comments
 (0)