Merge "Add bindep environment to tox"
This commit is contained in:
commit
59f5054e25
8
tox.ini
8
tox.ini
@ -128,3 +128,11 @@ import_exceptions =
|
||||
keystone.i18n
|
||||
six.moves
|
||||
local-check-factory = keystone.tests.hacking.checks.factory
|
||||
|
||||
[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
|
||||
|
Loading…
x
Reference in New Issue
Block a user