summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2016-11-22 20:00:47 -0500
committerEli Collins <elic@assurancetechnologies.com>2016-11-22 20:00:47 -0500
commit72575d52a163554f087d44dae5f604ae3cf5ea50 (patch)
tree8069e08f453d745672d85af15372d3729c19b75d /tox.ini
parente88bc2e560fae8236db4f3756d8eb3c4f930b20b (diff)
downloadpasslib-72575d52a163554f087d44dae5f604ae3cf5ea50.tar.gz
tox.ini: added -py36
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 4 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 295d843..9e9df58 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,7 +48,7 @@ minversion=2.3
envlist =
# default tests
# TODO: would like to 'default-pyston' but doesnt quite work
- default-py{26,27,33,34,35,py,py3},
+ default-py{26,27,33,34,35,36,py,py3},
# pbkdf2 backend testing
# NOTE: 'hashlib' takes priority under py34+
@@ -100,6 +100,7 @@ basepython =
py33: python3.3
py34: python3.4
py35: python3.5
+ py36: python3.6
pypy: pypy
pypy3: pypy3
@@ -136,12 +137,12 @@ deps =
coverage
randomize
py{2,26,27},pypy,jython27: unittest2
- py{3,33,34,35},pypy3: unittest2py3k
+ py{3,33,34,35,36},pypy3: unittest2py3k
# totp helper tests
# NOTE: cryptography requires python-dev, libffi-dev, libssl-dev
# XXX: 2016-6-20: having issue w/ cryptography under pypy, disabling it for now
- default-py{2,26,27,3,33,34,35}: cryptography
+ default-py{2,26,27,3,33,34,35,36}: cryptography
# pbkdf2 backend tests
# NOTE: fastpbkdf2 requires python-dev, libffi-dev, libssl-dev