Smoke test Python 3.8

This commit is contained in:
Miro Hrončok 2019-02-09 11:55:22 +01:00
commit bb40c2a2a8

View file

@ -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