[aliases] test = pytest [tool:pytest] addopts = --cov=plugins --cov-report term-missing --cov-report html --pep8 --pylint --pylint-rcfile=.pylintrc --ff -x markers = pep8: workaround for https://bitbucket.org/pytest-dev/pytest-pep8/issues/23/ pep8ignore = *.py E501