Add bindep.txt
Change-Id: Ia4483b6718717271088112868b560ed9d19e4799 (cherry picked from commit f1ae971c4541476087a4342c596120b6f60bc042)
This commit is contained in:
parent
da2b49e81c
commit
f621adf56f
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 =
|
||||
flake8 monasca_persister
|
||||
|
||||
[testenv:bindep]
|
||||
deps = bindep
|
||||
commands = bindep test
|
||||
|
||||
[flake8]
|
||||
max-line-length = 120
|
||||
# TODO: ignored checks should be enabled in the future
|
||||
|
Loading…
x
Reference in New Issue
Block a user