Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/tox.ini: Remove py33, add py39, py310
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Mar 4, 2021
1 parent 06873c2 commit c948b02
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions build/tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, py36, py37, py38
envlist = py27, py34, py35, py36, py37, py38, py39, py310
skip_missing_interpreters=true

[testenv]
Expand All @@ -11,9 +11,6 @@ setenv =
[testenv:py27]
commands=python2.7 -m unittest discover

[testenv:py33]
commands=python3.3 -m unittest discover

[testenv:py34]
commands=python3.4 -m unittest discover

Expand All @@ -28,3 +25,9 @@ commands=python3.7 -m unittest discover

[testenv:py38]
commands=python3.8 -m unittest discover

[testenv:py39]
commands=python3.9 -m unittest discover

[testenv:py310]
commands=python3.10 -m unittest discover

0 comments on commit c948b02

Please sign in to comment.