Files
dsmr2mqtt/tox.ini
2016-11-21 15:48:29 +01:00

20 lines
254 B
INI

[tox]
envlist = py34,py35
[testenv]
deps=
pytest
pylama
pytest-asyncio
pytest-catchlog
pytest-mock
commands=
py.test test {posargs}
pylama dsmr_parser test
[pylama:pylint]
max_line_length = 100
[pylama:pycodestyle]
max_line_length = 100