Codebase list python-cs / watch-fixes/main setup.cfg
watch-fixes/main

Tree @watch-fixes/main (Download .tar.gz)

setup.cfg @watch-fixes/mainraw · history · blame

[wheel]
universal = 1

[aliases]
test = pytest

[tool:pytest]
addopts = --cov=cs --cov-report=term-missing cs tests.py

[check-manifest]
ignore =
    tox.ini
    tests.py

[isort]
style = pep8