diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 00000000..b13c2a56 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,5 @@ +# This is is a cross-platform list tracking distribution packages needed for install and tests; +# see http://docs.openstack.org/infra/bindep/ for additional information. + +maven +openjdk-8-jdk diff --git a/tox.ini b/tox.ini index 657e06b2..f00c8b28 100644 --- a/tox.ini +++ b/tox.ini @@ -67,6 +67,10 @@ commands = [testenv:venv] commands = {posargs} +[testenv:bindep] +deps = bindep +commands = bindep test + [flake8] max-complexity = 50 max-line-length = 120