Merge "Remove our unused jobs that now run in linters"

This commit is contained in:
Jenkins 2016-01-26 02:56:35 +00:00 committed by Gerrit Code Review
commit c6df0b4192

16
tox.ini
View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py34,py27,pep8,pypy
envlist = py34,py27,linters,pypy
[testenv]
usedevelop=True
@ -24,26 +24,12 @@ commands =
{toxinidir}/tools/validate-all-yaml.sh
{toxinidir}/tools/validate-all-maintainer.sh
[testenv:pep8]
commands =
flake8
[testenv:venv]
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
[testenv:validate-contents]
commands =
{toxinidir}/tools/validate-all-json.sh
{toxinidir}/tools/validate-all-yaml.sh
{toxinidir}/tools/validate-all-maintainer.sh
[testenv:bashate]
commands =
{toxinidir}/tools/run-bashate.sh
[testenv:setupenv]
whitelist_externals = bash
commands = bash -c tests/setup_gate.sh