commit c662522e355437f96158f5402b30ea3f0c797bac Author: juga0 juga@riseup.net Date: Wed Mar 17 09:25:12 2021 +0000
fix: CI: Use all tox environments for python 3.8
Closes: #40070 --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 098781f..da457b3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,12 +113,7 @@ python38: - apt install -yqq dvipng image: $BASE_IMAGE script: - - tox -e inst - - tox -e setup - - tox -e py38 - - tox -e integration - - tox -e lint - - tox -e doc + - tox
python39: variables: