Update the Fedora CI matrix
This commit is contained in:
parent
e70801ec26
commit
2b197db61d
@ -14,6 +14,9 @@
|
|||||||
- smoke34:
|
- smoke34:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.4 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.4 METHOD=virtualenv ./venv.sh
|
||||||
|
- smoke34nd:
|
||||||
|
dir: python/smoke
|
||||||
|
run: VERSION=3.4 METHOD=virtualenv-no-download ./venv.sh
|
||||||
- smoke35:
|
- smoke35:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.5 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.5 METHOD=virtualenv ./venv.sh
|
||||||
@ -26,6 +29,9 @@
|
|||||||
- 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:
|
||||||
|
dir: python/smoke
|
||||||
|
run: VERSION=3.8 METHOD=virtualenv-no-download ./venv.sh
|
||||||
required_packages:
|
required_packages:
|
||||||
- gcc
|
- gcc
|
||||||
- virtualenv
|
- virtualenv
|
||||||
@ -35,6 +41,5 @@
|
|||||||
- python36
|
- python36
|
||||||
- python37
|
- python37
|
||||||
- python38
|
- python38
|
||||||
- python2-devel
|
|
||||||
- python3-devel
|
- python3-devel
|
||||||
- python3-tox
|
- python3-tox
|
||||||
|
Loading…
Reference in New Issue
Block a user