-WIP-electrum-btcp/tox.ini

11 lines
124 B
INI
Raw Normal View History

2015-07-02 02:31:14 -07:00
[tox]
2017-02-05 03:31:17 -08:00
envlist = py34
2015-07-02 02:31:14 -07:00
[testenv]
deps=
pytest
coverage
commands=
coverage run --source=lib -m py.test -v
coverage report