diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75aee92..75fe4d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,15 +2,6 @@ stages: - test - quality-assurance -py311: - stage: test - image: python:3.11-alpine - before_script: - - apk add --no-cache libmagic - - apk add --no-cache gettext - - pip install tox --no-cache-dir - script: tox -e py311 - py312: stage: test image: python:3.12-alpine diff --git a/tox.ini b/tox.ini index 81eb10c..4e659b8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,5 @@ [tox] envlist = - py311 py312 py313