From 05e1341794814e81146f25583955a6c3fa062c6c Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Mon, 1 Sep 2014 16:50:51 +0100
Subject: [PATCH] .travis.yml: install Twisted explicitly to work around #2249.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

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