Add bindep.txt
Change-Id: Ia4483b6718717271088112868b560ed9d19e4799
This commit is contained in:
parent
d70ff2ea7b
commit
f1ae971c45
5
bindep.txt
Normal file
5
bindep.txt
Normal 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
|
4
tox.ini
4
tox.ini
@ -63,6 +63,10 @@ commands = {posargs}
|
|||||||
commands =
|
commands =
|
||||||
flake8 monasca_persister
|
flake8 monasca_persister
|
||||||
|
|
||||||
|
[testenv:bindep]
|
||||||
|
deps = bindep
|
||||||
|
commands = bindep test
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
# TODO: ignored checks should be enabled in the future
|
# TODO: ignored checks should be enabled in the future
|
||||||
|
Loading…
Reference in New Issue
Block a user