electrum-bitcoinprivate/tox.ini

11 lines
130 B
INI
Raw Permalink Normal View History

2015-07-02 02:31:14 -07:00
[tox]
2017-02-24 12:50:54 -08:00
envlist = py35, py36
2015-07-02 02:31:14 -07:00
[testenv]
deps=
pytest
coverage
commands=
coverage run --source=lib -m py.test -v
coverage report