flask-logging-extras/tox.ini

9 lines
195 B
INI

[tox]
envlist = py27, py33, py34, py35, py36
[testenv]
commands =
coverage run --source flask_logging_extras/ -m unittest discover --start-directory tests
coverage report -m
deps = coverage