diff --git a/tox.ini b/tox.ini index 35df1fa..21a02c7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,15 +1,13 @@ [tox] -envlist = py{3.7,3.8,3.9}-{cherrypy,tornado}-{v3004.2,v3005.1,v3006.0,master},py{3.10}-{cherrypy,tornado}-{v3006.0,master},coverage,flake8 +envlist = py{3.8,3.9}-{cherrypy,tornado}-{v3005.4,master},py{3.10,3.11}-{cherrypy,tornado}-{v3006.4,master},coverage,flake8 skip_missing_interpreters = true skipsdist = false [testenv] passenv = TOXENV, CI, TRAVIS, TRAVIS_*, CODECOV_* deps = -r{toxinidir}/tests/requirements.txt - v3004.2: salt==3004.2 - v3004.2: jinja2<3.1 - v3005.1: salt==3005.1 - v3006.0: salt==3006.0 + v3005.4: salt==3005.4 + v3006.4: salt==3006.4 master: git+https://github.com/saltstack/salt.git@master#egg=salt changedir = {toxinidir} @@ -45,7 +43,7 @@ commands = codecov --file "{toxworkdir}/coverage.xml" [testenv:http] skip_install = True -basepython = python36 +basepython = python39 deps = changedir = {toxinidir}/htmlcov commands = python -m http.server