summaryrefslogtreecommitdiffstats
path: root/sshkeyshare/tox.ini
diff options
context:
space:
mode:
authorAndrew Gauld <ag1282@att.com>2017-08-23 13:28:36 -0400
committerAndrew Gauld <ag1282@att.com>2017-08-23 13:29:44 -0400
commitce44d14eb43e6da7cdfd189b8fc48d0c1dcf57ec (patch)
treec2e26604c24dbaeb1bd9115341b1fcc053c33715 /sshkeyshare/tox.ini
parent4468e8b611f85290633fee8ee9256297976bd2d9 (diff)
Seed code for Cloudify sshkeyshare plugin
Change-Id: I2dbf80b45303c4383492f1336516b0746418429c Issue-Id: CCSDK-65 Signed-off-by: Andrew Gauld <ag1282@att.com>
Diffstat (limited to 'sshkeyshare/tox.ini')
-rw-r--r--sshkeyshare/tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/sshkeyshare/tox.ini b/sshkeyshare/tox.ini
new file mode 100644
index 0000000..3a6c714
--- /dev/null
+++ b/sshkeyshare/tox.ini
@@ -0,0 +1,7 @@
+[tox]
+envlist = py27
+[testenv]
+deps=
+ pytest
+ cloudify==3.4
+commands=pytest