diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59d13ad..f12bd17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install tox-gh make test_install - name: Test with tox diff --git a/tox.ini b/tox.ini index fcdcb2b..98e12e1 100644 --- a/tox.ini +++ b/tox.ini @@ -23,7 +23,7 @@ commands = [gh] python = - 3.9 = py39 - 3.10 = py310 - 3.11 = py311 - 3.12 = py312 + 3.9 = py39-elasticsearch{1,2,5,6,7} + 3.10 = py310-elasticsearch{1,2,5,6,7} + 3.11 = py311-elasticsearch{1,2,5,6,7} + 3.12 = py312-elasticsearch{1,2,5,6,7}