From 4757a9448ef004c1f2fc8f11d22d607f63b8a2e8 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 16 May 2020 12:31:52 +0200 Subject: [PATCH] tox.ini: do not skip install with pylint --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 909da83..cc6265f 100644 --- a/tox.ini +++ b/tox.ini @@ -64,7 +64,7 @@ commands = py.test {env:COVERAGE:} {env:JUNIT:} {tty:--sw:} {posargs:tests/} [testenv:pylint] -skip_install = True +usedevelop = true basepython = python2.7 deps = http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.gz