From 7e1efe3174336fa09a56c596af55ba93d7b14a91 Mon Sep 17 00:00:00 2001 From: "Hansen, Tony (th1395)" Date: Wed, 13 May 2020 18:55:54 +0000 Subject: move plugins from from ccsdk to dcaegen2 copy dmaap, helm, pgaas and sshkeyshare plugins from ccsdk to dcaegen2 Change-Id: Ib257495de6c275c45f0c87a4b42ac21a2fab7979 Signed-off-by: Hansen, Tony (th1395) Issue-ID: DCAEGEN2-2207 Signed-off-by: Hansen, Tony (th1395) --- relationships/tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'relationships/tox.ini') diff --git a/relationships/tox.ini b/relationships/tox.ini index c734632..a9e10a0 100644 --- a/relationships/tox.ini +++ b/relationships/tox.ini @@ -1,5 +1,6 @@ [tox] -envlist = py27,py36,cov +envlist = py27,py36,py37,py38,cov +skip_missing_interpreters = true [testenv] # coverage can only find modules if pythonpath is set @@ -24,6 +25,8 @@ setenv= commands= coverage combine coverage xml + coverage report + coverage html [pytest] junit_family = xunit2 -- cgit 1.2.3-korg