aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authoredan.binshtok <eb578m@intl.att.com>2017-11-21 13:36:53 +0200
committeredan.binshtok <eb578m@intl.att.com>2017-11-21 13:39:44 +0200
commiteb123edb162afc20da8d618df1e77d73b8236f6d (patch)
tree1adcd09b52f31c905f5c58c9f3a5b322b7b166d2 /tox.ini
parentf52ddcb67f75aeb6bd72fecfd4a133ae1eb56666 (diff)
Update latest change to devkit
remove bootstrap role readme updated README replaced headers in matchbox templates brand removal for default zone remove dev rsync dir due to file name Issue-ID: VVP-32 Change-Id: I8ebedd80b031da02b6daaaee390956197301ec2c Signed-off-by: edan.binshtok <eb578m@intl.att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini24
1 files changed, 24 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..8698e06
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,24 @@
+[tox]
+skipsdist=True
+envlist =style-flake8, style-yamllint
+setupdir = devkit/
+
+[testenv]
+distribute = False
+deps = flake8
+ yamllint == 1.7.0
+
+[testenv:style-flake8]
+basepython=python3.6
+commands = flake8
+ python --version
+
+[testenv:style-yamllint]
+basepython=python2.7
+commands = python --version
+ yamllint {toxinidir}/ansible
+
+
+[flake8]
+show-source = True
+exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build