jason-neal/spectrum_overload

View on GitHub
setup.cfg

Summary

Maintainability
Test Coverage
# setup.py configuration file?
# http://doc.pytest.org/en/latest/goodpractices.html
# Should now be able to call python setup.py test and test will run pytest

[aliases]
test=pytest

[tool:pytest]
addopts = --verbose

[metadata]
description-file = README.md