Add support for bindep

Change-Id: I402c3f01ac73a7c1bbcd15c4bc2e4ab03a87b9d1
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-05-28 20:39:04 -04:00
parent 038e564aca
commit f2884bb303
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
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