From 0d761ceac8dc54d95788f7e60463b679e0587f25 Mon Sep 17 00:00:00 2001 From: Jon Bernard Date: Fri, 8 Jan 2016 07:45:56 -0500 Subject: Skip install for tox flake8 target --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 3cce162..ea55068 100644 --- a/tox.ini +++ b/tox.ini @@ -5,3 +5,4 @@ commands = py.test {posargs} [testenv:flake8] deps = flake8 commands = flake8 {posargs} +skip_install = True -- cgit v1.2.3