From 2a8da40c29b1c31d07d9b70610bdc3073daae65e Mon Sep 17 00:00:00 2001 From: Craig Tracey Date: Tue, 26 Jan 2016 12:58:45 -0500 Subject: [PATCH] Remove downloadcache in tox config The virtualenv doesnt play nice with --download-cache --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 216bd0a..b722985 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = nosetests sitepackages = False -downloadcache = {toxworkdir}/_download [testenv:pep8] commands =