tox: Don't need to install to run flake8

This should fix the broken Travis build
This commit is contained in:
Stein Magnus Jodal
2015-03-24 11:34:39 +01:00
parent 8fb4f2fe23
commit c1090cb1ff

View File

@@ -15,4 +15,5 @@ commands = nosetests -v --with-xunit --xunit-file=xunit-{envname}.xml --with-cov
deps =
flake8
flake8-import-order
commands = flake8
skip_install = true
commands = flake8