diff --git a/.travis.yml b/.travis.yml index 5f98e3b7f..5a74285f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial language: python python: 3.6 @@ -23,9 +24,8 @@ matrix: - BUILD_DIST=true - python: 3.7 env: TOXENV=py37-cov - # required to run python3.7 on Travis CI - # https://github.com/travis-ci/travis-ci/issues/9815 - dist: xenial + - python: 3.8 + env: TOXENV=py38-cov - python: pypy3 # disable coverage.py on pypy because of performance problems env: TOXENV=pypy3 diff --git a/tox.ini b/tox.ini index ace40708b..c00b33ce2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 3.0 -envlist = py3{6,7}-cov, htmlcov +envlist = py3{6,7,8}-cov, htmlcov [testenv] deps =