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:
parent
7bb88390d8
commit
f03e409f5c
8
tox.ini
8
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user