Skip to content

Commit 7133921

Browse files
committed
fix py37 tox coverage config
1 parent ac5b65d commit 7133921

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
@@ -10,7 +10,7 @@ envlist = py27, py35, py36, py37, docs
1010
setenv =
1111
PYTHONHASHSEED = 42
1212
# hooks for coverage exclusions based on Python major version
13-
py35,py36: PY_MAJOR_VERSION = py3
13+
py35,py36,py37: PY_MAJOR_VERSION = py3
1414
py27: PY_MAJOR_VERSION = py2
1515
commands =
1616
python setup.py build_ext --inplace

0 commit comments

Comments
 (0)