Fedora CI: Add Python 3.8
This commit is contained in:
parent
71f27d930c
commit
45d9409c09
@ -20,6 +20,9 @@
|
||||
- smoke37:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.7 ./venv.sh
|
||||
- smoke38:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.8 ./venv.sh
|
||||
- smoke26:
|
||||
dir: python/smoke
|
||||
run: VERSION=2.6 METHOD=virtualenv TOX=false ./venv.sh
|
||||
@ -38,6 +41,9 @@
|
||||
- smoke37_virtualenv:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.7 METHOD=virtualenv ./venv.sh
|
||||
- smoke38_virtualenv:
|
||||
dir: python/smoke
|
||||
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
|
||||
required_packages:
|
||||
- gcc
|
||||
- virtualenv
|
||||
@ -47,6 +53,7 @@
|
||||
- python35
|
||||
- python36
|
||||
- python37
|
||||
- python38
|
||||
- python2-devel
|
||||
- python3-devel
|
||||
- python3-tox
|
||||
|
Loading…
Reference in New Issue
Block a user