summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-10-04 09:14:45 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-10-04 09:15:58 -0700
commit40bff8280124c9aea189480a1a8b98d62a5d9fb3 (patch)
tree916a2fc21dae41da78834137dd1d3a4d46df6f90 /.travis.yml
parentd094697284bb7e4bf0a1ca04c82f23ef343e70bb (diff)
Revert "travis: don't install twisted"
This reverts commit 811811f7a464cfba86bb8db46e517b116ed5aa55.
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 4af4f86b..e23441ab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -119,7 +119,7 @@ install:
- |
set -e
if [[ $JOB = docs ]]; then
- pip install configobj python-magic urwidtrees
+ pip install configobj twisted 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.