Files
dsmr_parser/tox.ini
T

10 lines
135 B
INI
Raw Permalink Normal View History

2016-11-07 19:59:39 +01:00
[testenv]
deps=
pytest
2016-11-27 20:07:13 +01:00
pytest-cov
2016-11-16 10:16:45 +01:00
pytest-asyncio
pytest-mock
dlms_cosem
2016-11-07 19:59:39 +01:00
commands=
2016-11-27 20:07:13 +01:00
py.test --cov=dsmr_parser test {posargs}