Files
dsmr2mqtt/tox.ini
2016-11-08 10:18:42 +01:00

17 lines
205 B
INI

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