mirror of
https://github.com/clearml/wexpect-venv
synced 2025-01-31 02:46:59 +00:00
13 lines
213 B
INI
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/*
|