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
|
2016-11-27 19:07:13 +00:00
|
|
|
pytest-cov
|
2016-11-07 18:59:39 +00:00
|
|
|
pylama
|
2016-11-16 09:16:45 +00:00
|
|
|
pytest-asyncio
|
2016-11-21 14:47:29 +00:00
|
|
|
pytest-catchlog
|
2016-11-16 09:16:45 +00:00
|
|
|
pytest-mock
|
2016-12-28 19:29:34 +00:00
|
|
|
PyCRC
|
2016-11-07 18:59:39 +00:00
|
|
|
commands=
|
2016-11-27 19:07:13 +00:00
|
|
|
py.test --cov=dsmr_parser test {posargs}
|
2016-11-07 18:59:39 +00:00
|
|
|
pylama dsmr_parser test
|
|
|
|
|
|
|
|
[pylama:pylint]
|
|
|
|
max_line_length = 100
|
|
|
|
|
|
|
|
[pylama:pycodestyle]
|
|
|
|
max_line_length = 100
|