b32ab2d00a
Change-Id: I1b998ba9cfeb8744b9801c4968afae872ebcfeb3 testenv:irc is obsolete since the project-config split
28 lines
426 B
INI
28 lines
426 B
INI
[tox]
|
|
minversion = 1.6
|
|
envlist = pep8,upstream
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
usedevelop = True
|
|
install_command = pip install {opts} {packages}
|
|
deps = -r{toxinidir}/test-requirements.txt
|
|
|
|
[testenv:pep8]
|
|
commands = flake8
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|
|
|
|
[testenv:docs]
|
|
commands = python setup.py build_sphinx
|
|
|
|
[flake8]
|
|
show-source = True
|
|
exclude = .tox
|
|
ignore = E125,H
|
|
select = H231
|
|
|
|
[testenv:bashate]
|
|
commands = bashate -v
|