.travis.yml: remove workaround to install Twisted 13.0 which should no longer be needed.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2014-09-29 18:50:54 +01:00
parent 680559d58e
commit dff955a46a

View File

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