]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
add Travis CI integration 427/head
authorKen Dreyer <kdreyer@redhat.com>
Thu, 5 Feb 2015 18:17:33 +0000 (11:17 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 5 Feb 2015 18:20:18 +0000 (11:20 -0700)
This will allow Travis CI to run tox to check for test failures.

.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..a95d9e8
--- /dev/null
@@ -0,0 +1,8 @@
+language: python
+python:
+    - 2.7
+
+install:
+    - pip install tox
+
+script: tox -rv