Skip to content
Snippets Groups Projects
setup.cfg 305 B
Newer Older
Dan Michael O. Heggø's avatar
Dan Michael O. Heggø committed
[bumpversion]
current_version = 0.8.6
Dan Michael O. Heggø's avatar
Dan Michael O. Heggø committed
commit = True
tag = True

[aliases]
test = pytest

Dan Michael O. Heggø's avatar
Dan Michael O. Heggø committed
[bumpversion:file:setup.py]

[bumpversion:file:mwclient/client.py]

[bumpversion:file:README.rst]

[bdist_wheel]
universal = 1

[tool:pytest]
pep8ignore = E501 W602
addopts = -v --pep8 tests mwclient --cov mwclient