diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f45b30ed..6f56d3d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,16 +46,6 @@ dependency_scanning: - python -V - pip install wheel tox -test-3.7-core: - <<: *only-default - image: python:3.7-bullseye - script: - - tox -e py37-core - artifacts: - when: always - reports: - cobertura: coverage.xml - test-3.8-core: <<: *only-default image: python:3.8-bullseye @@ -86,16 +76,6 @@ test-3.10-core: reports: cobertura: coverage.xml -test-3.7-all: - <<: *only-default - image: python:3.7-bullseye - script: - - tox -e py37-all - artifacts: - when: always - reports: - cobertura: coverage.xml - test-3.8-all: <<: *only-default image: python:3.8-bullseye diff --git a/tox.ini b/tox.ini index 2219c239..7012709f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] skipsdist = true usedevelop = true -envlist = py{37,38,39,310}-{all,core} +envlist = py{38,39,310}-{all,core} [testenv] setenv =