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

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