diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62968167..7bbaf95e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,8 +28,13 @@ python38: stage: test script: tox -e py38 +python39: + image: python:3.9 + stage: test + script: tox -e py39 + coverage: - image: python:3.8 + image: python:3.9 stage: test script: - tox -e coverage diff --git a/setup.cfg b/setup.cfg index 66e898a5..ad56cb10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,6 +35,7 @@ envlist = py36 py37 py38 + py39 coverage skipsdist=True