Add testenv:bindep for tox.ini

Change-Id: I1b1cb949e7749829cdbda39ae1215de3202fdeea
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-10-08 18:31:47 -04:00
parent 45f75866e6
commit 61c570e3ad
1 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,14 @@ skipsdist = True
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[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:deploy]
deps = -r{toxinidir}/requirements.txt
commands =