From beff310858c65980206058a78e6062f2389a7fb1 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 14 Mar 2013 23:10:49 -0400 Subject: Added PyTidyLib to tox deps and set download-cache. --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bab27a0..fc2207a 100644 --- a/tox.ini +++ b/tox.ini @@ -2,5 +2,7 @@ envlist = py26, py27, py31, py32, py33 [testenv] -deps=nose +downloadcache = {toxworkdir}/cache +deps = nose + git+https://github.com/waylan/pytidylib.git#egg=PyTidyLib commands = {envpython} {toxinidir}/run-tests.py {posargs} -- cgit v1.2.3