devmanorg/fiasko_bro

View on GitHub
tox.ini

Summary

Maintainability
Test Coverage
[tox]
envlist = py35, py36, py37

[testenv]
commands =
    pytest --cov {envsitepackagesdir}/fiasko_bro --cov-report xml
deps =
    -rrequirements-dev.txt