dominiontabs/setup.cfg
Peter bea714dfb8
Python 3 Compatibility (#208)
* make python3 compatible; clean up test reqs a bit
2018-07-30 12:03:36 -07:00

10 lines
147 B
INI

[metadata]
description-file = README.md
[tool:pytest]
python_files=*tests.py
addopts = --flake8
[aliases]
test=pytest
[flake8]
max-line-length=120