From 1714ea5dd7d0e9b6e204897c5effa90028540dd6 Mon Sep 17 00:00:00 2001
From: fuzzyman <fuzzyman@localhost>
Date: Mon, 12 Jul 2010 14:09:06 +0000
Subject: [PATCH] Modifying tox.ini for Windows compatibility

---
 tox.ini | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index 8396c08..9f79543 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,5 @@
 [tox]
 envlist = py24,py25,py26,py27
 [testenv]
-commands=unit2 discover
\ No newline at end of file
+commands=python setup.py test
+deps=unittest2
-- 
GitLab