summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-01-02 00:08:49 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-01-01 21:08:49 -0800
commit717fe63db6945f65a5d71930d6fb42110bcf0229 (patch)
tree069029a79fed056e697c60f66e3c851140e2c663 /tox.ini
parentfdd28f4f96f5095090d57d10fb59b8d59a909ab7 (diff)
downloadpy-bcrypt-git-717fe63db6945f65a5d71930d6fb42110bcf0229.tar.gz
We do the py36 (#102)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 264d9aa..6417ccd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,py33,py34,py35,pep8,py3pep8,packaging
+envlist = py26,py27,pypy,py33,py34,py35,py36,pep8,py3pep8,packaging
[testenv]
# If you add a new dep here you probably need to add it in setup.py as well