@@ -10,10 +10,10 @@ envlist =
1010 py36
1111 py37
1212 pypy
13- {py27,py36 }-{pexpect,xdist,trial,numpy,pluggymaster}
13+ {py27,py37 }-{pexpect,xdist,trial,numpy,pluggymaster}
1414 py27-nobyte
1515 doctesting
16- py36 -freeze
16+ py37 -freeze
1717 docs
1818
1919[testenv]
@@ -23,7 +23,7 @@ commands =
2323 coverage: coverage report
2424passenv = USER USERNAME COVERAGE_* TRAVIS
2525setenv =
26- # configuration if a user runs tox with a "coverage" factor, for example "tox -e py36 -coverage"
26+ # configuration if a user runs tox with a "coverage" factor, for example "tox -e py37 -coverage"
2727 coverage: _PYTEST_TOX_COVERAGE_RUN =coverage run -m
2828 coverage: _PYTEST_TOX_EXTRA_DEP =coverage-enable-subprocess
2929 coverage: COVERAGE_FILE ={toxinidir}/.coverage
6060commands =
6161 {env:_PYTEST_TOX_COVERAGE_RUN:} pytest -n auto {posargs}
6262
63- [testenv:py36 -xdist]
63+ [testenv:py37 -xdist]
6464# NOTE: copied from above due to https://github.com/tox-dev/tox/issues/706.
6565deps =
6666 pytest-xdist>=1.13
7878commands =
7979 {env:_PYTEST_TOX_COVERAGE_RUN:} pytest testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
8080
81- [testenv:py36 -pexpect]
81+ [testenv:py37 -pexpect]
8282platform = {[testenv:py27-pexpect]platform}
8383deps = {[testenv:py27-pexpect]deps}
8484commands = {[testenv:py27-pexpect]commands}
@@ -103,7 +103,7 @@ deps =
103103commands =
104104 {env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/test_unittest.py}
105105
106- [testenv:py36 -trial]
106+ [testenv:py37 -trial]
107107deps = {[testenv:py27-trial]deps}
108108commands = {[testenv:py27-trial]commands}
109109
@@ -114,7 +114,7 @@ deps =
114114commands =
115115 {env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/python/approx.py}
116116
117- [testenv:py36 -numpy]
117+ [testenv:py37 -numpy]
118118deps = {[testenv:py27-numpy]deps}
119119commands = {[testenv:py27-numpy]commands}
120120
@@ -125,7 +125,7 @@ setenv=
125125 # NOTE: using env instead of "{[testenv]deps}", because of https://github.com/tox-dev/tox/issues/706.
126126 _PYTEST_TOX_EXTRA_DEP =git+https://github.com/pytest-dev/pluggy.git@master
127127
128- [testenv:py36 -pluggymaster]
128+ [testenv:py37 -pluggymaster]
129129setenv = {[testenv:py27-pluggymaster]setenv}
130130
131131[testenv:docs]
@@ -170,7 +170,7 @@ changedir = testing
170170commands =
171171 {envpython} {envbindir}/py.test-jython {posargs}
172172
173- [testenv:py36 -freeze]
173+ [testenv:py37 -freeze]
174174changedir = testing/freeze
175175deps =
176176 pyinstaller
0 commit comments