mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
10 lines
124 B
INI
10 lines
124 B
INI
[tox]
|
|
envlist = py27
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
coverage
|
|
commands=
|
|
coverage run --source=lib -m py.test -v
|
|
coverage report
|