From f66425997feca68031d8c9db7d2cd9ceba092dce Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 12 Mar 2020 18:31:41 +0000 Subject: [PATCH] Enable testing on Python 3.8 --- .travis.yml | 6 +++--- tox.ini | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 =