Add bindep.txt

Change-Id: I84a365737c92d8c7b5205885cc2d1407f3f67112
This commit is contained in:
Witold Bedyk 2017-04-12 17:00:13 +02:00
parent 2237a3bf0b
commit bcee24b323
2 changed files with 9 additions and 0 deletions

5
bindep.txt Normal file
View File

@ -0,0 +1,5 @@
# This 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

View File

@ -88,6 +88,10 @@ commands =
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}
[testenv:bindep]
deps = bindep
commands = bindep test
[flake8] [flake8]
# TODO: ignored checks should be enabled in the future # TODO: ignored checks should be enabled in the future
# H201 no 'except:' at least use 'except Exception:' # H201 no 'except:' at least use 'except Exception:'