tox/travis: test py3.8 too
This commit is contained in:
parent
49354df56e
commit
379b931a09
|
@ -23,6 +23,9 @@ matrix:
|
||||||
- python: 3.7
|
- python: 3.7
|
||||||
dist: xenial
|
dist: xenial
|
||||||
script: tox -e py37-coverage
|
script: tox -e py37-coverage
|
||||||
|
- python: 3.8
|
||||||
|
dist: bionic
|
||||||
|
script: tox -e py38-coverage
|
||||||
- python: nightly
|
- python: nightly
|
||||||
script: tox -e py-coverage
|
script: tox -e py-coverage
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
|
|
4
tox.ini
4
tox.ini
|
@ -4,8 +4,8 @@
|
||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
# useful envs: py27-nodilate, py35, py36, py37, pypy, flake8
|
# useful envs: py27-nodilate, py35, py36, py37, py38, pypy, flake8
|
||||||
envlist = {py27-nodilate,py35,py36,py37}
|
envlist = {py27-nodilate,py35,py36,py37,py38}
|
||||||
skip_missing_interpreters = True
|
skip_missing_interpreters = True
|
||||||
minversion = 2.4.0
|
minversion = 2.4.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user