aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-10-16 20:32:04 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-17 08:32:04 +0800
commitae13fec7fcf795afc198a14daaaf6e33b0513647 (patch)
treeb555c2811110fa65be37e131b6059c7b78198939 /tox.ini
parent9c759d08870d972f1d84e8543130bfb26be4e442 (diff)
downloadcryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.tar.gz
cryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.tar.bz2
cryptography-ae13fec7fcf795afc198a14daaaf6e33b0513647.zip
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
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 =