From 619678043cdd6f1a4e25dce813a5e68195b4f463 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Thu, 14 May 2020 18:33:44 +0200 Subject: tox: Enable testing on py38 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index e07c0c9..4251a6d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,end +envlist = begin,py27,py34,py35,py36,py37,py38,pypy,pypy3,incompatible-lzma,end # we operate on sources anyway skipsdist = True -- cgit v1.2.3