Add bindep.txt
Change-Id: I89432f196f8cdaa66e3c113c55f5e84f15906dd6
This commit is contained in:
parent
c2c84a7a5f
commit
4d1715d3a9
5
bindep.txt
Normal file
5
bindep.txt
Normal 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
|
4
tox.ini
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user