From 78431ba3e8586c92ab258c47e9ee50b24a34e4c4 Mon Sep 17 00:00:00 2001 From: Malte Franken Date: Wed, 21 Oct 2020 14:19:21 +1100 Subject: [PATCH] added python 3.8 support --- .travis.yml | 10 +++++++--- setup.py | 1 + tox.ini | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 692ceda..5c51bf1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,15 +7,19 @@ matrix: include: - python: "3.5" env: TOXENV=py35 + - python: "3.6" + env: TOXENV=cov + after_success: coveralls - python: "3.6" env: TOXENV=py36 - python: "3.7" env: TOXENV=py37 dist: xenial sudo: true - - python: "3.6" - env: TOXENV=cov - after_success: coveralls + - python: "3.8" + env: TOXENV=py38 + dist: xenial + sudo: true install: pip install -U tox coveralls script: travis_wait 30 tox diff --git a/setup.py b/setup.py index 5a45c12..adaba86 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,7 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ], diff --git a/tox.ini b/tox.ini index 0ec9319..c9daa9d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35, py36, py37, cov, cov_local +envlist = py35, py36, py37, py38, cov, cov_local [testenv] deps=