wexpect-venv/tox.ini
2020-01-27 16:41:22 +01:00

13 lines
213 B
INI

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