johejo/inputimeout

View on GitHub
tox.ini

Summary

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

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