From 77a1397a4d07b70ab9dd35a6ef12f55231fd77d8 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Thu, 7 Sep 2017 04:06:32 +0000 Subject: Fix pom and mvn script Issue-Id: DCAEGEN2-60 Change-Id: I18134f2e2b2af7a40789ebec0379c4ee8e58370f Signed-off-by: Lusheng Ji --- relationships/tox.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 relationships/tox.ini (limited to 'relationships/tox.ini') diff --git a/relationships/tox.ini b/relationships/tox.ini new file mode 100644 index 0000000..2e31087 --- /dev/null +++ b/relationships/tox.ini @@ -0,0 +1,20 @@ +[tox] +envlist = py27 +[testenv] +deps= + pytest + uuid==1.30 + cloudify==3.4 + bottle==0.12.7 + cloudify-plugins-common==3.4 + cloudify-rest-client==3.4 + Jinja2==2.7.2 + MarkupSafe==0.23 + networkx==1.8.1 + pika==0.9.14 + proxy-tools==0.1.0 + python-consul==0.6.1 + requests==2.7.0 + requests-toolbelt==0.7.0 + six==1.10.0 +commands=pytest -- cgit 1.2.3-korg