From: Daira Hopwood Date: Mon, 1 Sep 2014 15:50:51 +0000 (+0100) Subject: .travis.yml: install Twisted explicitly to work around #2249. X-Git-Tag: allmydata-tahoe-1.10.1a1~168 X-Git-Url: https://git.rkrishnan.org/webapi.txt?a=commitdiff_plain;h=05e1341794814e81146f25583955a6c3fa062c6c;p=tahoe-lafs%2Ftahoe-lafs.git .travis.yml: install Twisted explicitly to work around #2249. Signed-off-by: Daira Hopwood --- diff --git a/.travis.yml b/.travis.yml index 093e8e97..268ce81c 100644 --- 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