diff --git a/tests.yml b/tests.yml index 3d37712..b58ec77 100644 --- a/tests.yml +++ b/tests.yml @@ -14,6 +14,9 @@ - smoke37: dir: smoke run: VERSION=3.7 METHOD=venv ./venv.sh + - smoke38: + dir: smoke + run: VERSION=3.8 METHOD=venv ./venv.sh - smokepypy: dir: smoke run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh @@ -32,6 +35,7 @@ - python27 - python36 - python37 + - python38 - pypy - pypy3 - python2-devel