Skip to content

Commit

Permalink
.travis.yml: remove workaround to install Twisted 13.0 which should n…
Browse files Browse the repository at this point in the history
…o longer be needed.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
  • Loading branch information
daira committed Sep 29, 2014
1 parent 14954db commit 71bedde
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 71bedde

Please sign in to comment.