From 40bff8280124c9aea189480a1a8b98d62a5d9fb3 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 4 Oct 2018 09:14:45 -0700 Subject: Revert "travis: don't install twisted" This reverts commit 811811f7a464cfba86bb8db46e517b116ed5aa55. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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. -- cgit v1.2.3