From fc2e61c312c6d371ad36714a64576f83f40b2a1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Ko=C5=9Bci=C3=B3w?= Date: Tue, 25 Apr 2017 19:13:06 +0200 Subject: [PATCH] tox.ini playing with file --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c9340d5..41710dd 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ deps= pylint whitelist_externals = /bin/bash commands= nosetests --with-xunit --xunit-file=junit-{envname}.xml gfxlcd/tests - rm flake8-{envname}.log + rm flake8-{envname}.log -f /bin/bash -c "flake8 --output-file=flake8-{envname}.log gfxlcd || :" /bin/bash -c "pylint gfxlcd > pylint-{envname}.log || :" [flake8]