Add support for bindep
Change-Id: I402c3f01ac73a7c1bbcd15c4bc2e4ab03a87b9d1 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
038e564aca
commit
f2884bb303
2
other-requirements.txt
Normal file
2
other-requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
language-pack-en [platform:ubuntu]
|
||||||
|
libjpeg-dev [platform:dpkg]
|
8
tox.ini
8
tox.ini
@ -47,6 +47,14 @@ select = H231
|
|||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
commands = {toxinidir}/tools/grafyaml-validate.sh
|
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]
|
[testenv:jjb]
|
||||||
basepython = python2.7
|
basepython = python2.7
|
||||||
deps = jenkins-job-builder
|
deps = jenkins-job-builder
|
||||||
|
Loading…
x
Reference in New Issue
Block a user