electrum-bitcoinprivate/tox.ini

11 lines
124 B
INI
Raw Normal View History

2015-07-02 02:31:14 -07:00
[tox]
envlist = py27
[testenv]
deps=
pytest
coverage
commands=
coverage run --source=lib -m py.test -v
coverage report