aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-18 20:26:03 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-18 20:26:03 -0500
commit0958641277aee556a047ee9b3cccf6d42f11e09c (patch)
tree723f3c3c3b62be131ed038f0133304a8591abb7a /tox.ini
parent3621d704036a5a06784b2a405842e3164e578c40 (diff)
downloadcryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.tar.gz
cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.tar.bz2
cryptography-0958641277aee556a047ee9b3cccf6d42f11e09c.zip
remove python 3.2 from every other place I could find
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 dc8811af..759345f5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,py32,py33,py34,docs,pep8,py3pep8
+envlist = py26,py27,pypy,py33,py34,docs,pep8,py3pep8
[testenv]
# If you add a new dep here you probably need to add it in setup.py as well