Files
dsmr2mqtt/tox.ini
2020-02-02 22:34:17 +01:00

27 lines
399 B
INI

[tox]
envlist = py34,py35,py36,py37
[testenv]
deps=
pytest
pytest-cov
pylama
pytest-asyncio
pytest-catchlog
pytest-mock
commands=
py.test --cov=dsmr_parser test {posargs}
pylama dsmr_parser test
[pylama:dsmr_parser/clients/__init__.py]
ignore = W0611
[pylama:dsmr_parser/parsers.py]
ignore = W605
[pylama:pylint]
max_line_length = 120
[pylama:pycodestyle]
max_line_length = 120