summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-07-18 14:36:19 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-07-26 10:36:54 -0700
commit811811f7a464cfba86bb8db46e517b116ed5aa55 (patch)
tree65860c8129cd4ed176f3b231cba263fc32c073c2 /.travis.yml
parent44ca6baf3cfe43abc23e7b6a317b40b92c60e06d (diff)
travis: don't install twisted
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e8d82a1d..d1c671e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -119,7 +119,7 @@ install:
- |
set -e
if [[ $JOB = docs ]]; then
- pip install configobj twisted python-magic urwidtrees
+ pip install configobj python-magic urwidtrees
# Mock all "difficult" dependencies of alot in order to be able to import
# alot when rebuilding the documentation. Notmuch would have to be
# installed by hand in order to get a recent enough version on travis.