From a61ebadcff85c19c7f9be1b3b062768d1b09c728 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Sat, 4 Apr 2020 20:22:54 +0200 Subject: [PATCH] Test Python 3.8 on Travis. --- .travis.yml | 1 + tox.ini | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f3e11a..2ad0449 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 2.7 - 3.6 - 3.7 + - 3.8 before_install: - pip install -U setuptools pip - pip install -U coverage coveralls zope.testrunner diff --git a/tox.ini b/tox.ini index ecdf9bd..d7c0507 100644 --- a/tox.ini +++ b/tox.ini @@ -1,10 +1,11 @@ [tox] envlist = - flake8, py27, py36, py37, - coverage, + py38, + flake8, + coverage skip_missing_interpreters = False