From: Daira Hopwood <daira@jacaranda.org>
Date: Sat, 31 Aug 2013 20:35:19 +0000 (+0100)
Subject: Add Travis configuration.
X-Git-Tag: allmydata-tahoe-1.10.1a1~219
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/%22file:/%22doc.html/(%5B%5E?a=commitdiff_plain;h=b8322c9c53710fb2d82da2d2ab9c9a9df45f0e24;p=tahoe-lafs%2Ftahoe-lafs.git

Add Travis configuration.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---

diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 00000000..e5539f34
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: python
+python:
+  - "2.7"
+  - "2.6"
+before_install:
+  - sh -c set
+install: true
+before_script: python misc/build_helpers/show-tool-versions.py
+script: python setup.py test --reporter=timing