Fedora CI: Add Python 3.8

This commit is contained in:
Miro Hrončok 2019-02-26 10:14:52 +01:00 committed by churchyard
parent 71f27d930c
commit 45d9409c09

View File

@ -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