Smoke test Python 3.8
This commit is contained in:
parent
ca464dcb60
commit
bb40c2a2a8
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue