summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-01-22 17:02:15 -0600
committerMichael Merickel <michael@merickel.org>2016-01-22 17:02:15 -0600
commit869cd912802e46836f9d59976521ad3b6db6f106 (patch)
treebdac9c97412fe340980c45074586c415503cda19 /tox.ini
parent6f287132f88b9ffd7f55753e6bce874f867e4dee (diff)
parent4064028cadc63ed1aceb14e6c88827b88b12f839 (diff)
downloadpyramid-869cd912802e46836f9d59976521ad3b6db6f106.tar.gz
pyramid-869cd912802e46836f9d59976521ad3b6db6f106.tar.bz2
pyramid-869cd912802e46836f9d59976521ad3b6db6f106.zip
Merge pull request #2256 from Pylons/remove_py32
Remove Python 3.2 support
Diffstat (limited to 'tox.ini')
-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