From 09bd07f2b86fd14008791cbf0543d533cc7aa57d Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 16 May 2018 16:03:28 +0100 Subject: don't install when linting with flake8 This is a needless waste of time. Why on earth aren't these sensible defaults? I've filed issues in PyScaffold. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 072c074..28b064f 100644 --- a/tox.ini +++ b/tox.ini @@ -16,6 +16,7 @@ deps = -r{toxinidir}/requirements.txt [testenv:flake8] +skip_install = True changedir = {toxinidir} deps = flake8 commands = flake8 setup.py git_deps tests -- cgit