]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Add Travis configuration.
authorDaira Hopwood <daira@jacaranda.org>
Sat, 31 Aug 2013 20:35:19 +0000 (21:35 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Sat, 31 Aug 2013 23:45:20 +0000 (00:45 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..e5539f3
--- /dev/null
@@ -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