From dff955a46a28bd6c1da438e0e6d45e3c0e3503aa Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Mon, 29 Sep 2014 18:50:54 +0100
Subject: [PATCH] .travis.yml: remove workaround to install Twisted 13.0 which
 should no longer be needed.

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

diff --git a/.travis.yml b/.travis.yml
index 13643680..e9116a0d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ before_install:
   - git pull --depth=1000
   - python misc/build_helpers/show-tool-versions.py
 install:
-  - pip install 'twisted>=0.13.0'
   - pip install 'coveralls==0.4.2'
 before_script: python setup.py build
 script: bin/tahoe @coverage run --branch --source=src/allmydata @tahoe --version-and-path debug trial --rterrors --reporter=timing
-- 
2.45.2