Fedora CI: Add Python 3.8

This commit is contained in:
Miro Hrončok 2019-02-26 10:14:57 +01:00
parent 11797be9fb
commit 9665383de6

View File

@ -26,6 +26,9 @@
- smoke37:
dir: python/smoke
run: VERSION=3.7 METHOD=virtualenv ./venv.sh
- smoke38:
dir: python/smoke
run: VERSION=3.8 METHOD=virtualenv ./venv.sh
required_packages:
- gcc
- /usr/bin/virtualenv
@ -35,6 +38,7 @@
- python35
- python36
- python37
- python38
- python2-devel
- python3-devel
- python3-tox