Added travis.yml

This commit is contained in:
Johnny @PC 2015-02-24 16:25:48 +01:00
parent c0d5b3f255
commit d14e701b4b

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
# command to install dependencies
install:
- "pip install mkdocs"
# command to run tests
before_script: "mkdocs build --clean"
script: "push-ghpages.sh"