summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 6a3e0679e0c5957874c57d83995fb2497033e03e (plain)
1
2
3
4
5
6
7
[aliases]
test=pytest

[tool:pytest]
addopts = --verbose --basetemp ./tmp --pep8
python_files = tests/*/*.py
pep8ignore = E129