From 2a6f8c3f155744f97fdbba766fa383eb816b6098 Mon Sep 17 00:00:00 2001 From: Daira Hopwood 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 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4f30f1a..db9a8686 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,6 @@ before_install: - python misc/build_helpers/show-tool-versions.py - python -c "import os; print os.statvfs('.')" 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