From 84ef5b73a812336693322c365856faa46a092502 Mon Sep 17 00:00:00 2001 From: Avram Lubkin Date: Sat, 19 Oct 2019 10:57:33 -0400 Subject: [PATCH] Enable tox download for virtenv --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 11e0852..99f4ba0 100644 --- a/tox.ini +++ b/tox.ini @@ -3,6 +3,7 @@ envlist = lint [testenv] +download = True passenv = TERM commands = {envpython} -m unittest discover -s {toxinidir}/tests {posargs}