From b2f0ee0b4490cfadea1d36afdce0e2346219e244 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 23 Sep 2020 20:51:42 +0200 Subject: [PATCH] Ubuntu is Python 3.8 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3e7b4f..c20e809 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ py38-django22: apt-get install --no-install-recommends -y python3-django python3-django-casclient python3-django-reversion python3-djangorestframework python3-docutils python3-pil python3-tz python3-six python3-sqlparse python3-stdnum python3-yaml python3-coreapi tox - script: tox -e py37 + script: tox -e py38 linters: stage: quality-assurance