8 lines
155 B
INI
8 lines
155 B
INI
[tox]
|
|
envlist = py3
|
|
|
|
[testenv]
|
|
commands = python --version
|
|
python -m coverage run tests/test_suite.py
|
|
coverage report --skip-covered
|