diff --git a/tests/tests.yml b/tests/tests.yml index f078218..4f45017 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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