summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-08-01 08:46:43 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-08-01 08:46:43 -0400
commit9e67e71377cea9adaaeab6dbb024f2af94ba7999 (patch)
treebff33f1b78f0076b2cd8d09fe3bb54ca41063dab /tox.ini
parentc52a400f347ced8d6cc29350800ee11f5a08591e (diff)
removed references to python 3.2, which has basically no usage
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 3d7c86da..d420c1a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py32,py33,py34,pypy
+envlist = py26,py27,py33,py34,pypy
[testenv]
commands = pip install -q -r tox-requirements.txt