Add Python 3.10 to the CI tests

This commit is contained in:
Miro Hrončok 2020-12-30 10:12:51 +01:00
parent eaf59855dd
commit 5caab120ae

View File

@ -28,6 +28,9 @@
- smoke39: - smoke39:
dir: python/smoke dir: python/smoke
run: VERSION=3.9 ./venv.sh run: VERSION=3.9 ./venv.sh
- smoke310:
dir: python/smoke
run: VERSION=3.10 ./venv.sh
- smoke27: - smoke27:
dir: python/smoke dir: python/smoke
run: VERSION=2.7 METHOD=virtualenv ./venv.sh run: VERSION=2.7 METHOD=virtualenv ./venv.sh
@ -49,6 +52,9 @@
- smoke39_virtualenv: - smoke39_virtualenv:
dir: python/smoke dir: python/smoke
run: VERSION=3.9 METHOD=virtualenv ./venv.sh run: VERSION=3.9 METHOD=virtualenv ./venv.sh
- smoke310_virtualenv:
dir: python/smoke
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
- pyproject_pytest: - pyproject_pytest:
dir: pyproject-rpm-macros/tests dir: pyproject-rpm-macros/tests
run: ./mocktest.sh python-pytest run: ./mocktest.sh python-pytest
@ -58,12 +64,13 @@
required_packages: required_packages:
- gcc - gcc
- virtualenv - virtualenv
- python27 - python2.7
- python35 - python3.5
- python36 - python3.6
- python37 - python3.7
- python38 - python3.8
- python39 - python3.9
- python3.10
- python3-devel - python3-devel
- python3-tox - python3-tox
- mock - mock