tox.ini playing with file

This commit is contained in:
Bartosz Kościów 2017-04-25 19:13:06 +02:00
parent 8089e60838
commit fc2e61c312

View File

@ -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]