Update the Fedora CI matrix

epel9
Miro Hrončok 6 years ago
parent e70801ec26
commit 2b197db61d

@ -14,6 +14,9 @@
- smoke34:
dir: python/smoke
run: VERSION=3.4 METHOD=virtualenv ./venv.sh
- smoke34nd:
dir: python/smoke
run: VERSION=3.4 METHOD=virtualenv-no-download ./venv.sh
- smoke35:
dir: python/smoke
run: VERSION=3.5 METHOD=virtualenv ./venv.sh
@ -26,6 +29,9 @@
- smoke38:
dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
- smoke38nd:
dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv-no-download ./venv.sh
required_packages:
- gcc
- virtualenv
@ -35,6 +41,5 @@
- python36
- python37
- python38
- python2-devel
- python3-devel
- python3-tox

Loading…
Cancel
Save