.travis.yml: install Twisted explicitly to work around #2249.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2014-09-01 16:50:51 +01:00
parent 61371a31df
commit 05e1341794

View File

@ -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