2016-11-07 18:59:39 +00:00
|
|
|
[tox]
|
2016-11-08 09:18:42 +00:00
|
|
|
envlist = py34,py35
|
2016-11-07 18:59:39 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps=
|
|
|
|
pytest
|
|
|
|
pylama
|
2016-11-16 09:16:45 +00:00
|
|
|
pytest-asyncio
|
|
|
|
pytest-mock
|
2016-11-07 18:59:39 +00:00
|
|
|
commands=
|
|
|
|
py.test test {posargs}
|
|
|
|
pylama dsmr_parser test
|
|
|
|
|
|
|
|
[pylama:pylint]
|
|
|
|
max_line_length = 100
|
|
|
|
|
|
|
|
[pylama:pycodestyle]
|
|
|
|
max_line_length = 100
|