From c272a87b84189f3bf8b3c7287199b816affc9926 Mon Sep 17 00:00:00 2001 From: Tommy Carpenter Date: Fri, 18 Aug 2017 14:16:44 -0400 Subject: [DCAEGEN2-74] Push up initial CDAP plugin Change-Id: I2bad410e5c55a59950cabe8fc13066954c4f5c92 Signed-off-by: Tommy Carpenter --- cdap/cdapplugin/tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cdap/cdapplugin/tox.ini (limited to 'cdap/cdapplugin/tox.ini') diff --git a/cdap/cdapplugin/tox.ini b/cdap/cdapplugin/tox.ini new file mode 100644 index 0000000..afabca4 --- /dev/null +++ b/cdap/cdapplugin/tox.ini @@ -0,0 +1,8 @@ +[tox] +envlist = py27 +[testenv] +deps= + pytest + uuid==1.30 + cloudify==3.4 +commands=pytest -- cgit 1.2.3-korg