summaryrefslogtreecommitdiffstats
path: root/helm/.travis.yml
diff options
context:
space:
mode:
authorjh245g <jh245g@att.com>2018-06-27 14:50:33 -0400
committerJun (Nicolas) Hu <jh245g@att.com>2018-06-27 19:01:20 +0000
commitd9b88cc5ee987f5fed1011583a172f3c76251814 (patch)
tree36668f1ced1b3de0f13a5d6b8a90c495e032c209 /helm/.travis.yml
parentcec8e7c0f90be290796d9a666edeea97e118a26f (diff)
Update helm plugin source code
Change-Id: I1689d8d915c8f18a3e8230dcabb33413a2b9043e Issue-ID: CCSDK-322 Signed-off-by: jh245g <jh245g@att.com>
Diffstat (limited to 'helm/.travis.yml')
-rw-r--r--helm/.travis.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/helm/.travis.yml b/helm/.travis.yml
new file mode 100644
index 0000000..edb3cf0
--- /dev/null
+++ b/helm/.travis.yml
@@ -0,0 +1,11 @@
+sudo: true
+language: python
+python:
+ - "2.7"
+env:
+ - TOX_ENV=flake8
+ - TOX_ENV=py27
+install:
+ - pip install tox
+script:
+ - tox -e $TOX_ENV