From c1090cb1ff5336ef2c358083cd5156b27e9689a5 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 24 Mar 2015 11:34:39 +0100 Subject: [PATCH] tox: Don't need to install to run flake8 This should fix the broken Travis build --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f7bed52..25991bd 100644 --- a/tox.ini +++ b/tox.ini @@ -15,4 +15,5 @@ commands = nosetests -v --with-xunit --xunit-file=xunit-{envname}.xml --with-cov deps = flake8 flake8-import-order -commands = flake8 \ No newline at end of file +skip_install = true +commands = flake8