From 32d9a193c3e3caa2582dbb9c277f5c3a5e55973b Mon Sep 17 00:00:00 2001
From: Chris McDonough <chrism@plope.com>
Date: Mon, 16 Mar 2015 22:05:23 +0100
Subject: [PATCH] fortify 1.0 branch against bitrot, lets see if tests now pass

---
 tox.ini |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/tox.ini b/tox.ini
index d6d23d1..59b63c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,10 @@
 [tox]
 envlist = 
-    py25,py26,py27,pypy,cover
+    py26,py27,pypy,cover
 
-# this code actually works under py2.4 too but tox and virtualenv have moved on
-# and no longer support it, so we don't test it anymore.  It's also damn near
-# impossible to test Pyramid under Jython anymore
+# this code actually works under py2.4 and py2.5 too but tox and virtualenv
+# have moved on and no longer support it, so we don't test them anymore.  It's
+# also damn near impossible to test Pyramid under Jython anymore
 # (e.g. http://bugs.jython.org/issue1891 and weirdness with new setuptools), so
 # we don't bother, although in reality, it probably still runs under it.
 
@@ -13,7 +13,6 @@
     python setup.py test -q
 deps =
     Sphinx
-    docutils<0.8
     repoze.sphinx.autointerface
     virtualenv
     PasteDeploy<1.5
@@ -23,6 +22,7 @@
     zope.configuration<3.8.0
 
 [testenv:py25]
+# only kept around for historical curiosity and version pinning details, unused
 commands = 
     python setup.py test -q
 deps =
@@ -45,7 +45,6 @@
     python setup.py nosetests --with-xunit --with-xcoverage
 deps =
     Sphinx
-    docutils<0.8
     repoze.sphinx.autointerface
     virtualenv
     PasteDeploy<1.5

--
Gitblit v1.9.3