Эх сурвалжийг харах

tox: Don't need to install to run flake8

This should fix the broken Travis build
Stein Magnus Jodal 10 жил өмнө
parent
commit
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 =
 deps =
     flake8
     flake8
     flake8-import-order
     flake8-import-order
-commands = flake8
+skip_install = true
+commands = flake8