From f6ca01be11dedfdd9697c21072da3e7eb4efb4a5 Mon Sep 17 00:00:00 2001 From: linkmauve Date: Tue, 23 Nov 2021 23:02:16 +0100 Subject: [PATCH] =?UTF-8?q?Add=20Python=C2=A03.10=20and=20drop=20Python?= =?UTF-8?q?=C2=A03.5=20from=20CI=20(#486)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tox.ini | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/tox.ini b/tox.ini index ce427e61..9619a18d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py35,py36,py37,py38,py39,py39-dev,pypy,pypy3,coverage-report +envlist = py27,py36,py37,py38,py39,py310,py311-dev,pypy,pypy3,coverage-report [testenv] @@ -25,16 +25,6 @@ commands = coverage run --parallel -m pytest {posargs} flake8 . --count --show-source --statistics -[testenv:py35] -deps= - dbus-python - -r{toxinidir}/requirements.txt - -r{toxinidir}/dev-requirements.txt -commands = - python setup.py compile_catalog - coverage run --parallel -m pytest {posargs} - flake8 . --count --show-source --statistics - [testenv:py36] deps= dbus-python @@ -75,7 +65,17 @@ commands = coverage run --parallel -m pytest {posargs} flake8 . --count --show-source --statistics -[testenv:py39-dev] +[testenv:py310] +deps= + dbus-python + -r{toxinidir}/requirements.txt + -r{toxinidir}/dev-requirements.txt +commands = + python setup.py compile_catalog + coverage run --parallel -m pytest {posargs} + flake8 . --count --show-source --statistics + +[testenv:py311-dev] deps= dbus-python -r{toxinidir}/requirements.txt