Add bindep.txt

Change-Id: I89432f196f8cdaa66e3c113c55f5e84f15906dd6
This commit is contained in:
Witold Bedyk 2017-04-12 17:06:04 +02:00
parent c2c84a7a5f
commit 4d1715d3a9
2 changed files with 9 additions and 0 deletions

5
bindep.txt Normal file
View File

@ -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

View File

@ -67,6 +67,10 @@ commands =
[testenv:venv]
commands = {posargs}
[testenv:bindep]
deps = bindep
commands = bindep test
[flake8]
max-complexity = 50
max-line-length = 120