From 3fd8076c1691bd03876abc571c80e1d6aa6781bf Mon Sep 17 00:00:00 2001 From: Jose Plana Date: Mon, 30 Sep 2013 21:45:22 +0200 Subject: Added travis and readthedocs support --- .travis.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..cbb6b7f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,19 @@ +language: python +python: + - "2.6" + - "2.7" + +# command to install dependencies +install: + - python bootstrap.py -v 2.1.1 + - bin/buildout + +# command to run tests +script: + bin/test etcd.tests.unit + +# Only test main development branch and releases +branches: + only: + - master + - /^release_.*$/ -- cgit v1.2.3