Forgot to remove a 3.7 test

This commit is contained in:
Ariel Rin 2021-12-29 16:34:14 +10:00
parent 79e1192f67
commit 8351bd2fa3

View File

@ -87,16 +87,6 @@ test-3.11-core:
cobertura: coverage.xml cobertura: coverage.xml
allow_failure: true allow_failure: true
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: test-3.8-all:
<<: *only-default <<: *only-default
image: python:3.8-bullseye image: python:3.8-bullseye