From: Daira Hopwood Date: Mon, 29 Sep 2014 17:50:54 +0000 (+0100) Subject: .travis.yml: remove workaround to install Twisted 13.0 which should no longer be... X-Git-Tag: allmydata-tahoe-1.10.1a1~118 X-Git-Url: https://git.rkrishnan.org/readonly?a=commitdiff_plain;h=dff955a46a28bd6c1da438e0e6d45e3c0e3503aa;p=tahoe-lafs%2Ftahoe-lafs.git .travis.yml: remove workaround to install Twisted 13.0 which should no longer be needed. Signed-off-by: Daira Hopwood --- 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