Remove Python36 Testing and Support

This commit is contained in:
Ariel Rin
2021-05-09 06:42:56 +00:00
parent 630400fee4
commit e6cee9ac83
4 changed files with 35 additions and 49 deletions

View File

@@ -19,21 +19,6 @@ dependency_scanning:
- python -V
- pip install wheel tox
test-3.6-core:
image: python:3.6-buster
script:
- tox -e py36-core
before_script:
- apt-get update && apt-get install redis-server -y
- redis-server --daemonize yes
- redis-cli ping
- python -V
- pip install wheel tox
artifacts:
when: always
reports:
cobertura: coverage.xml
test-3.7-core:
image: python:3.7-buster
script:
@@ -79,21 +64,6 @@ test-3.9-core:
reports:
cobertura: coverage.xml
test-3.6-all:
image: python:3.6-buster
script:
- tox -e py36-all
before_script:
- apt-get update && apt-get install redis-server -y
- redis-server --daemonize yes
- redis-cli ping
- python -V
- pip install wheel tox
artifacts:
when: always
reports:
cobertura: coverage.xml
test-3.7-all:
image: python:3.7-buster
script: