Merge "Add support for bindep"

This commit is contained in:
Jenkins 2016-06-06 14:28:59 +00:00 committed by Gerrit Code Review
commit 82734616c7
2 changed files with 10 additions and 0 deletions

2
other-requirements.txt Normal file
View File

@ -0,0 +1,2 @@
language-pack-en [platform:ubuntu]
libjpeg-dev [platform:dpkg]

View File

@ -47,6 +47,14 @@ select = H231
basepython = python2.7
commands = {toxinidir}/tools/grafyaml-validate.sh
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if
# system dependencies are missing, since it's used to tell you what system
# dependencies are missing! This also means that bindep must be installed
# separately, outside of the requirements files.
deps = bindep
commands = bindep test
[testenv:jjb]
basepython = python2.7
deps = jenkins-job-builder