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

[tool:pytest]
addopts = --verbose --basetemp ./tmp --pep8
python_files = tests/*/*.py
pep8maxlinelength = 119
pep8ignore =
    * E129
    doc/source/conf.py ALL