Files
dsmr_parser/tox.ini
T

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