5b1003cdc8e79db3f2b4deb890abd8c873f544a2
[margebot.git] / setup.cfg
1 [aliases]
2 test = pytest
3
4 [tool:pytest]
5 addopts = --cov=plugins --cov-report term-missing --cov-report html --pep8 --pylint --pylint-rcfile=.pylintrc --ff -x
6 pep8ignore =
7 *.py E501