diff --git a/tests/tests.yml b/tests/tests.yml index 3ddf646..915066d 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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