Add bindep.txt

Change-Id: Ia4483b6718717271088112868b560ed9d19e4799
(cherry picked from commit f1ae971c4541476087a4342c596120b6f60bc042)
This commit is contained in:
Witold Bedyk 2017-04-12 17:19:33 +02:00
parent da2b49e81c
commit f621adf56f
2 changed files with 9 additions and 0 deletions

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

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