aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-14 09:02:46 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-09-15 08:00:45 -0500
commit4e91f7f86436ffe8b1a2bebb4fe1ee74e7824c2c (patch)
treea57cef71069087a8f09333a5c91570aa06fa18c8 /tox.ini
parent92d8bd12609586bfa53cf8c7a691e37474aeccd1 (diff)
downloadcryptography-4e91f7f86436ffe8b1a2bebb4fe1ee74e7824c2c.tar.gz
cryptography-4e91f7f86436ffe8b1a2bebb4fe1ee74e7824c2c.tar.bz2
cryptography-4e91f7f86436ffe8b1a2bebb4fe1ee74e7824c2c.zip
let's add python 3.5 to our test matrix
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 7ee4d801..3f733861 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,py33,py34,docs,pep8,py3pep8
+envlist = py26,py27,pypy,py33,py34,py35,docs,pep8,py3pep8
[testenv]
# If you add a new dep here you probably need to add it in setup.py as well