Do not test against Py3.6

This commit is contained in:
Alexandre Iooss 2020-08-09 19:34:01 +02:00
parent e9ae8531b8
commit 31f4105c9a
2 changed files with 4 additions and 6 deletions

View File

@ -7,11 +7,6 @@ stages:
before_script:
- pip install tox
py36-django22:
image: python:3.6
stage: test
script: tox -e py36-django22
py37-django22:
image: python:3.7
stage: test

View File

@ -1,8 +1,11 @@
[tox]
envlist =
py36-django22
# Debian Buster Python
py37-django22
# Ubuntu 20.04 Python
py38-django22
linters
skipsdist = True