diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58b1f74383f206ca460699c44093e5930daad622..d6920c81462f8c402a7e7b0aa699fe0ea7db2e42 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ stages: before_script: - apt-get update -yqq + && apt install python3.8 python3.9 python3.10 && apt-get install -yqq --no-install-recommends make g++ @@ -20,7 +21,7 @@ unittests: stage: test script: - pip install tox==4.12 - - tox -r + - tox -p -e py38,py39,py310 pypi_publish: before_script: