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