Add bindep environment to tox

This is helpful for listing any missing system requirements [1].

[1] http://docs.openstack.org/infra/manual/drivers.html#package-requirements

Change-Id: I7bfa910a09f99354f4a2fb0ff67854a9c89c44fd
This commit is contained in:
Jeremy Liu 2016-11-12 22:30:10 +08:00
parent 7bb88390d8
commit f03e409f5c
1 changed files with 8 additions and 0 deletions

View File

@ -209,6 +209,14 @@ commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[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
[flake8]
show-source = True
exclude=.eggs,.git,.tox,doc