summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-01-20 00:17:01 -0700
committerBert JW Regeer <bertjw@regeer.org>2016-01-20 00:17:01 -0700
commitb74126bcfd716dad9851c50464da6f01481df5e5 (patch)
tree941035cc9d83dd461ad5765c7b8ca0402dd962e2
parentddbd96d56431583a372d3aaeed9dc262b142b2a9 (diff)
downloadpyramid-b74126bcfd716dad9851c50464da6f01481df5e5.tar.gz
pyramid-b74126bcfd716dad9851c50464da6f01481df5e5.tar.bz2
pyramid-b74126bcfd716dad9851c50464da6f01481df5e5.zip
Remove Python 3.2 from tox
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 626931faf..096600aec 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py26,py27,py32,py33,py34,py35,pypy,pypy3,
+ py26,py27,py33,py34,py35,pypy,pypy3,
docs,pep8,
{py2,py3}-cover,coverage,
@@ -10,7 +10,6 @@ envlist =
basepython =
py26: python2.6
py27: python2.7
- py32: python3.2
py33: python3.3
py34: python3.4
py35: python3.5