summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
diff options
context:
space:
mode:
authorChris Rose <offby1@offby1.net>2014-04-14 10:40:56 -0400
committerChris Rose <offby1@offby1.net>2014-04-14 10:40:56 -0400
commited4f077b816cc05109bd409d052271291fee26fc (patch)
tree6e274d67de9bd98cd69d201ac03e551b1ea03a7b /tox.ini
parentd31373f0efac2976af80380e16136c1a7831b6a7 (diff)
Remove python 2.5 from tox
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 55e3fe64..43c391dd 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py25,py26,py27,py32,py33
+envlist = py26,py27,py32,py33
[testenv]
commands = pip install --use-mirrors -q -r tox-requirements.txt