You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[tox]
|
|
envlist = py27, py34, py36
|
|
|
|
[testenv]
|
|
commands =
|
|
coverage run --source flask_logging_extras/ -m unittest discover --start-directory tests
|
|
coverage report -m
|
|
deps = coverage
|