aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-01-31 09:31:48 +0100
committerJakob Unterwurzacher2018-01-31 09:31:48 +0100
commit64efd56ee323bfab768aa76a5aefceaa041f53a6 (patch)
treecfc0ea82ad91d3597edacb1474e2d83674166e7d
parentb31d6311054848a32cd850051c92f349721b2278 (diff)
Add Travis CI config
-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..046ab74
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,8 @@
+language: python
+python:
+ - "3.6"
+install:
+ - pip install mkdocs
+script:
+ - mkdocs -V
+ - make