wexpect-venv/tox.ini
2019-09-04 11:51:09 +02:00

12 lines
180 B
INI

# tox.ini
[tox]
envlist = py{37}
[testenv]
description = Unit tests
commands =
pip install .[test]
coverage run -m unittest
coverage report --omit tests/*