Skip to content

Commit cc3dd4b

Browse files
committed
Remove Python<3.5 environments from tox configuration
This commit removes the tox environments for Python 2.7, 3.3, and 3.4, since we no longer plan to officially support those versions.
1 parent 5446709 commit cc3dd4b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
[tox]
2-
envlist = py27,py33,py34,py35,py36,py37,py38,py39,py310
2+
envlist = py35,py36,py37,py38,py39,py310
33
recreate = True
44

55
[tox:hudson]
66
downloadcache = {toxworkdir}/_download
77

88
[gh-actions]
99
python =
10-
2.7: py27
11-
3.3: py33
12-
3.4: py34
1310
3.5: py35
1411
3.6: py36
1512
3.7: py37
@@ -29,4 +26,4 @@ deps =
2926
commands =
3027
py.test -v \
3128
--junitxml=junit-{envname}.xml \
32-
{posargs}
29+
{posargs}

0 commit comments

Comments
 (0)