summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2019-10-19 23:20:40 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-20 11:20:40 +0800
commit92fd05271fa95b0f118866ccd374cd355fcc1baf (patch)
tree71b44a949d158ebd8ee8e92580761f03e3d98dd7 /tox.ini
parentdd4ca13821224ca925cfbdd13ffe8b8fb1df481a (diff)
downloadpy-bcrypt-git-92fd05271fa95b0f118866ccd374cd355fcc1baf.tar.gz
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
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 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 =