summaryrefslogtreecommitdiffstats
path: root/helm/.travis.yml
diff options
context:
space:
mode:
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