Fedora CI: Add Python 3.9
This commit is contained in:
parent
9d1451298e
commit
e858da1425
@ -25,6 +25,9 @@
|
|||||||
- smoke38:
|
- smoke38:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.8 ./venv.sh
|
run: VERSION=3.8 ./venv.sh
|
||||||
|
- smoke39:
|
||||||
|
dir: python/smoke
|
||||||
|
run: VERSION=3.9 ./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
|
||||||
@ -43,6 +46,9 @@
|
|||||||
- smoke38_virtualenv:
|
- smoke38_virtualenv:
|
||||||
dir: python/smoke
|
dir: python/smoke
|
||||||
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
|
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
|
||||||
|
- smoke39_virtualenv:
|
||||||
|
dir: python/smoke
|
||||||
|
run: VERSION=3.9 METHOD=virtualenv ./venv.sh
|
||||||
- pipenv:
|
- pipenv:
|
||||||
run: pipenv --three && pipenv install six
|
run: pipenv --three && pipenv install six
|
||||||
- pyproject_pytest:
|
- pyproject_pytest:
|
||||||
@ -66,6 +72,7 @@
|
|||||||
- python36
|
- python36
|
||||||
- python37
|
- python37
|
||||||
- python38
|
- python38
|
||||||
|
- python39
|
||||||
- python2-devel
|
- python2-devel
|
||||||
- python3-devel
|
- python3-devel
|
||||||
- python3-tox
|
- python3-tox
|
||||||
|
Loading…
Reference in New Issue
Block a user