aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorEdan Binshtok <eb578m@intl.att.com>2017-10-17 17:42:16 +0300
committerEdan Binshtok <eb578m@intl.att.com>2017-10-17 17:42:16 +0300
commitd0ea6a49ce88f043a6b7ce7ff8a7bb6333bd691c (patch)
tree4696cef781de91936b152e57aa26ee96042e4fbe /tox.ini
parent1cd02f285d4d778dddfe34024da4b31afdc0afcd (diff)
Removal of AT&T Proprietary
Remove Terms of d2ice Remove d2ice and att in js Remove fonts Change-Id: I383d96979e0f9f7af923365f2dba7b0c7fb8f0eb Issue-Id: VVP-25 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 00000000..f933a443
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,24 @@
+[tox]
+skipsdist=True
+envlist = py27,py3,style
+setupdir = cms/
+
+[testenv]
+distribute = False
+commands =
+ {envpython} --version
+deps = flake8
+
+[testenv:style]
+commands = flake8
+
+[testenv:py27]
+basepython=python2.7
+
+[testenv:py3]
+basepython=python3.6
+
+[flake8]
+show-source = True
+exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+