Add Python 3.9 and 3.10 to the CI tests

epel9
Miro Hrončok 4 years ago
parent a9942a9832
commit 6146c7b4f5

@ -32,19 +32,27 @@
- smoke38: - smoke38:
dir: python/smoke dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv ./venv.sh run: VERSION=3.8 METHOD=virtualenv ./venv.sh
- smoke38nd: - smoke39:
dir: python/smoke dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv-no-download ./venv.sh run: VERSION=3.9 METHOD=virtualenv ./venv.sh
- smoke38sp: - smoke39nd:
dir: python/smoke dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv-seeder-pip ./venv.sh run: VERSION=3.9 METHOD=virtualenv-no-download ./venv.sh
- smoke39sp:
dir: python/smoke
run: VERSION=3.9 METHOD=virtualenv-seeder-pip ./venv.sh
- smoke310:
dir: python/smoke
run: VERSION=3.10 METHOD=virtualenv ./venv.sh
required_packages: required_packages:
- gcc - gcc
- virtualenv - virtualenv
- python27 - python2.7
- python35 - python3.5
- python36 - python3.6
- python37 - python3.7
- python38 - python3.8
- python3.9
- python3.10
- python3-devel - python3-devel
- python3-tox - python3-tox

Loading…
Cancel
Save