Remove projects tox environment

Since projects is not used anymore (it was merged with the gerrit
environment), this can be removed now.

Change-Id: Ic9693c9660cd8ca1e29da0405b7f5704c908b778
This commit is contained in:
Andreas Jaeger 2016-06-22 08:18:39 +02:00
parent e66ce9d5cd
commit 0392959170
1 changed files with 1 additions and 8 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = linters,gerrit,grafyaml,projects,jjb,jenkins-project,zuul
envlist = linters,gerrit,grafyaml,jjb,jenkins-project,zuul
skipsdist = True
[testenv]
@ -19,13 +19,6 @@ commands =
{toxinidir}/tools/check_projects_yaml_alphabetized.sh gerrit/projects.yaml
{toxinidir}/tools/check_valid_gerrit_config.sh gerrit/acls/
[testenv:projects]
deps = PyYAML
GitPython
commands =
{toxinidir}/tools/check_valid_gerrit_projects.py gerrit/projects.yaml gerrit/acls
{toxinidir}/tools/check_projects_yaml_alphabetized.sh gerrit/projects.yaml
[testenv:venv]
commands = {posargs}