From 9ce4045d98ea50edded4c8107a8917c80520d9a1 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 16 May 2020 12:34:03 +0200 Subject: [PATCH] tox.ini: does not skip install with pylint --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 795e18f..59b00c4 100644 --- a/tox.ini +++ b/tox.ini @@ -62,7 +62,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