system-config/tox.ini
Steve Martinelli b32ab2d00a Remove irc testenv from tox.ini
Change-Id: I1b998ba9cfeb8744b9801c4968afae872ebcfeb3
testenv:irc is obsolete since the project-config split
2014-09-30 15:18:38 -04:00

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