From ae13fec7fcf795afc198a14daaaf6e33b0513647 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 16 Oct 2019 20:32:04 -0400 Subject: Fixes #5010 -- test and build 3.8 wheels (#5013) * Fixes #5010 -- test and build 3.8 wheels * try using isolated_build = True to work around a failure --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index ffa62a39..7de764f7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,7 @@ [tox] minversion = 2.4 -envlist = py27,pypy,py34,py35,py36,py37,docs,pep8,packaging +envlist = py27,pypy,py34,py35,py36,py37,py38,docs,pep8,packaging +isolated_build = True [testenv] extras = -- cgit v1.2.3