diff --git a/requirements_test.txt b/requirements_test.txt index 408b093..804303d 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,2 +1,3 @@ tox -parameterized \ No newline at end of file +tox-gh +parameterized diff --git a/tox.ini b/tox.ini index 3236e37..67887bf 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,6 @@ envlist = [testenv] deps = - tox-gh parameterized pytest==6.2.5 pytest-cov==2.8.1 @@ -21,3 +20,10 @@ deps = commands = python -c "import tests.tox_banner" py.test --cov-report term-missing --cov=elasticmock + +[gh] +python = + 3.12 = py312 + 3.11 = py311 + 3.10 = py310 + 3.9 = py39