From d14e701b4b18dad6b4c391970d2434f7ff445547 Mon Sep 17 00:00:00 2001 From: "Johnny @PC" Date: Tue, 24 Feb 2015 16:25:48 +0100 Subject: [PATCH] Added travis.yml --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..8adbeba9 --- /dev/null +++ b/.travis.yml @@ -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" \ No newline at end of file