aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-02-02 10:04:47 +0100
committerGuido Günther <agx@sigxcpu.org>2017-02-02 10:13:51 +0100
commit7418e199db66f26b7064d8a9359532500654c9a8 (patch)
tree2c06a49008f4c96c1f59ac226d3ccd169010e65e /.travis.yml
parent1a620b0cf9cc1c51c27964f87951e0c626db037d (diff)
Run flake8 in travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..f870cbc
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: python
+python:
+ - "2.7"
+ - "3.4"
+ - "3.5"
+install: "pip install -r dev-requirements.txt"
+script:
+ - flake8