diff options
Diffstat (limited to 'helm/tox.ini')
-rw-r--r-- | helm/tox.ini | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/helm/tox.ini b/helm/tox.ini index 14c340c..059a114 100644 --- a/helm/tox.ini +++ b/helm/tox.ini @@ -7,9 +7,14 @@ deps = # this fixes issue with tox installing coverage --pre coverage==3.7.1 nose-cov + mock testfixtures -rdev-requirements.txt -commands=nosetests --with-cov --cov-report term-missing --cov plugin plugin/tests +# commands=nosetests --with-cov --cov-report term-missing --cov plugin plugin/tests +commands=nosetests --with-xunit --with-cov --cov-report=xml --cov plugin plugin/tests + +[flake8] +ignore=E302,F401,E501,E712,F811,F841,E127,E128.W291 [testenv:flake8] deps = |