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:
61371a3
)
.travis.yml: install Twisted explicitly to work around #2249.
author
Daira Hopwood
<daira@jacaranda.org>
Mon, 1 Sep 2014 15:50:51 +0000
(16:50 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Mon, 1 Sep 2014 15:50:51 +0000
(16:50 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 093e8e977f0895a5de12cf9c27371941f9be882a..268ce81c5b01389925a76036eeffa8aeb60e2a3a 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-5,6
+5,7
@@
python:
before_install:
- sh -c set
install:
+ - pip install 'twisted>=0.13.0'
- pip install 'coveralls==0.4.2'
before_script: python misc/build_helpers/show-tool-versions.py
script: coverage run --branch --source=allmydata setup.py test --reporter=timing