Add test/style suite.

This commit is contained in:
Johan Bloemberg
2016-11-07 19:59:39 +01:00
parent 90eb6fb3fe
commit 4a82066144
6 changed files with 74 additions and 53 deletions

16
tox.ini Normal file
View File

@@ -0,0 +1,16 @@
[tox]
envlist = 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