aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..31308fb
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+dist: xenial
+
+language: python
+
+python:
+ - "2.7"
+
+install:
+ - pip install -r requirements.txt
+ - pip install pycodestyle
+
+script:
+ - make test
+ - pycodestyle kernelci
+ - pycodestyle kci_*