summaryrefslogtreecommitdiffstats
path: root/relationships
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-09-25 12:13:10 -0400
committerMichael Hwang <mhwang@research.att.com>2017-09-25 13:20:57 -0400
commitf5a7afab7e70ae6736c4c3c6abb53f70b2b45a64 (patch)
tree730eeb48dc694bd39c51c8a0b6b242ae937407f9 /relationships
parent216857392825a73a60c6becabfa0204d09b6372f (diff)
Toxify for docker and relationship
Issue-Id: DCAEGEN2-60 Change-Id: Idaacf7239a54a21d45d77731cae13e5115b68f02 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'relationships')
-rw-r--r--relationships/requirements.txt2
-rw-r--r--relationships/setup.py3
-rw-r--r--relationships/tox.ini21
3 files changed, 7 insertions, 19 deletions
diff --git a/relationships/requirements.txt b/relationships/requirements.txt
index 59c8c70..af1659c 100644
--- a/relationships/requirements.txt
+++ b/relationships/requirements.txt
@@ -1,6 +1,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
diff --git a/relationships/setup.py b/relationships/setup.py
index fbbf077..e576d3c 100644
--- a/relationships/setup.py
+++ b/relationships/setup.py
@@ -29,7 +29,6 @@ setup(
packages=['relationshipplugin'],
zip_safe=False,
install_requires=[
- "python-consul>=0.6.0",
- "cloudify-plugins-common==3.4.0"
+ "python-consul>=0.6.0"
]
)
diff --git a/relationships/tox.ini b/relationships/tox.ini
index 2e31087..5d8f4ae 100644
--- a/relationships/tox.ini
+++ b/relationships/tox.ini
@@ -1,20 +1,11 @@
+# content of: tox.ini , put in same dir as setup.py
[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
+ pytest
+ coverage
+ pytest-cov
+commands=pytest --junitxml xunit-results.xml --cov {envsitepackagesdir}/relationshipplugin --cov-report=xml