From 745dece72db386a298f85d271837d6605a95eba2 Mon Sep 17 00:00:00 2001
From: Tres Seaver <tseaver@palladion.com>
Date: Sat, 24 Mar 2012 21:40:31 +0100
Subject: [PATCH] Work around tox weirdness.

---
 tox.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tox.ini b/tox.ini
index 00b1327..ec13b2e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,7 +14,7 @@
 basepython =
     python2.6
 commands = 
-    python setup.py nosetests --with-xunit --with-xcoverage
+    nosetests --with-xunit --with-xcoverage
 deps =
     zope.interface
     WebOb

--
Gitblit v1.9.3