mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 05:28:04 +00:00
.travis.yml: install Twisted explicitly to work around #2249.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
61371a31df
commit
05e1341794
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user