Add bindep.txt

Change-Id: Ia4483b6718717271088112868b560ed9d19e4799
This commit is contained in:
Witold Bedyk 2017-04-12 17:19:33 +02:00
parent d70ff2ea7b
commit f1ae971c45
2 changed files with 9 additions and 0 deletions

5
bindep.txt Normal file
View 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

View File

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