projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa29f26
)
Add Travis configuration.
author
Daira Hopwood
<daira@jacaranda.org>
Sat, 31 Aug 2013 20:35:19 +0000
(21:35 +0100)
committer
Daira 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]
patch
|
blob
diff --git a/.travis.yml
b/.travis.yml
new file mode 100644
(file)
index 0000000..
e5539f3
--- /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