From 1144257d1531642985177db93306fab81304c46a Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Sat, 24 Mar 2012 16:35:38 -0400 Subject: Try working around (pip-induced?) weirdness under tox. --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c0a3fc5..5e30a82 100644 --- a/tox.ini +++ b/tox.ini @@ -6,14 +6,16 @@ envlist = commands = python setup.py test -q deps = + setuptools-git virtualenv [testenv:cover] basepython = python2.6 commands = - python setup.py nosetests --with-xunit --with-xcoverage + nosetests --with-xunit --with-xcoverage deps = + setuptools-git virtualenv nose coverage -- cgit v1.2.1