From b90db9580f2a70c83bc224a6867c40a06e4c0aa0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 20 Nov 2019 19:52:37 -0500 Subject: Test on Python 3.9 --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 78eb44ab..21daa002 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ # For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt [tox] -envlist = py{27,35,36,37,38}, pypy{2,3}, doc, lint +envlist = py{27,35,36,37,38,39}, pypy{2,3}, doc, lint skip_missing_interpreters = {env:COVERAGE_SKIP_MISSING_INTERPRETERS:True} toxworkdir = {env:TOXWORKDIR:.tox} @@ -47,6 +47,9 @@ commands = python setup.py --quiet build_ext --inplace python igor.py test_with_tracer c {posargs} +[testenv:py39] +basepython = python3.9 + [testenv:doc] # Build the docs so we know if they are successful. We build twice: once with # -q to get all warnings, and once with -QW to get a success/fail status -- cgit v1.2.1