summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2018-03-05 21:29:26 -0500
committerMatt Singleton <matt@xcolour.net>2018-03-05 21:29:26 -0500
commit88fde49d7ed5656e5398a8e1b7e8b1b70af5fcbc (patch)
treefee9591819a5dc3732848865ac9f7a546bac1347 /.travis.yml
parentd1c9e337207ad77b70337aa701a39aeaa15fc8f5 (diff)
simple travis build
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..5df471f
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,7 @@
+language: python
+python:
+ - "3.6"
+install:
+ - pip install -r requirements.txt
+script:
+ - flake8