Remove downloadcache in tox config

The virtualenv doesnt play nice with --download-cache
This commit is contained in:
Craig Tracey 2016-01-26 12:58:45 -05:00
parent bc16005950
commit 2a8da40c29
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = nosetests
sitepackages = False
downloadcache = {toxworkdir}/_download
[testenv:pep8]
commands =