Add Python 3.9 to the CI

This commit is contained in:
Miro Hrončok 2020-02-06 13:18:01 +01:00
commit 502656b77b

View file

@ -34,6 +34,9 @@
- smoke38:
dir: python/smoke
run: VERSION=3.8 ./venv.sh
- smoke39:
dir: python/smoke
run: VERSION=3.9 ./venv.sh
required_packages:
- gcc
- virtualenv
@ -43,6 +46,7 @@
- python36
- python37
- python38
- python39
- python2-devel
- python3-devel
- python3-tox