![Jose Idar](/assets/img/avatar_default.png)
* Changes docstrings from single to double quotes. * Reformats multiline declarations with non-visual indentation. * Turns rsyslog resource into a plugin * Moves plugin-specific unittests into their respective plugins * Add tox support to plugins with tests Change-Id: Ife172b165004c366ad64faa7c00afceb8e99c76d
17 lines
279 B
INI
17 lines
279 B
INI
[tox]
|
|
envlist=pep8,py27
|
|
|
|
[testenv]
|
|
setenv=VIRTUAL_ENV={envdir}
|
|
deps=-r{toxinidir}/pip-requires
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
[testenv:py27]
|
|
commands=nosetests
|
|
|
|
[testenv:pep8]
|
|
commands=flake8
|
|
|
|
[flake8]
|
|
ignore=F401
|
|
exclude=.git,.idea,docs,.tox,bin,dist,tools,*.egg-info |