From 31f4105c9a8ca1b840dd0adef01f577671b42c31 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Sun, 9 Aug 2020 19:34:01 +0200 Subject: [PATCH] Do not test against Py3.6 --- .gitlab-ci.yml | 5 ----- tox.ini | 5 ++++- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 152da589..8d28c037 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/tox.ini b/tox.ini index eef83e31..0fed74f7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,8 +1,11 @@ [tox] envlist = - py36-django22 + # Debian Buster Python py37-django22 + + # Ubuntu 20.04 Python py38-django22 + linters skipsdist = True