From: Ken Dreyer Date: Thu, 5 Feb 2015 18:17:33 +0000 (-0700) Subject: add Travis CI integration X-Git-Tag: 1.1.0~996^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F427%2Fhead;p=teuthology.git add Travis CI integration This will allow Travis CI to run tox to check for test failures. --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..a95d9e8d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: python +python: + - 2.7 + +install: + - pip install tox + +script: tox -rv