浏览代码

tox: Don't need to install to run flake8

This should fix the broken Travis build
Stein Magnus Jodal 10 年之前
父节点
当前提交
c1090cb1ff
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      tox.ini

+ 2 - 1
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
+skip_install = true
+commands = flake8