From 4d1715d3a903d8e5caca2df1d3919b8f104076fa Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Wed, 12 Apr 2017 17:06:04 +0200 Subject: [PATCH] Add bindep.txt Change-Id: I89432f196f8cdaa66e3c113c55f5e84f15906dd6 --- bindep.txt | 5 +++++ tox.ini | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 bindep.txt 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