blob: 4c962c4353b016863eed3277aee7a10c1dea9de5 [file] [log] [blame]
[bdist_wheel]
[aliases]
release = sdist bdist_wheel upload -r pypi
test_release = sdist bdist_wheel upload -r pypitest
[flake8]
max-line-length = 140
[tool:pytest]
addopts= -v --cov-report term-missing
python_files=*.py
python_functions=test
norecursedirs=.tox .git *.egg-info __pycache__ dist build