johejo/ppping

View on GitHub
tox.ini

Summary

Maintainability
Test Coverage
[tox]
envlist = py{37}

[testenv]
commands =
    coverage run -m py.test {toxinidir}/tests/
    coverage report