From 92fd05271fa95b0f118866ccd374cd355fcc1baf Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 19 Oct 2019 23:20:40 -0400 Subject: Fixes #187 -- test and build wheels on py38 (#188) * Fixes #187 -- test and build wheels on py38 * Remove 3.8 for now * Tell tox to use isolated builds --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index cd87450..b97d65b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [tox] -envlist = py27,pypy,py34,py35,py36,py37,pep8,py3pep8,packaging +envlist = py27,pypy,py34,py35,py36,py37,py38,pep8,py3pep8,packaging +isolated_build = True [testenv] extras = -- cgit v1.2.1