blob: df33ef05b1c4aef36a4977313371ac1886949b09 [file] [log] [blame]
[bdist_wheel]
[aliases]
release = register clean --all sdist bdist_wheel upload
test_release = register clean --all 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