summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-07-26 12:30:44 -0700
committerGitHub <noreply@github.com>2018-07-26 12:30:44 -0700
commit3c0097c377cb939a80bb0d9c30915e16c6dcb5bd (patch)
tree4f23886fc2dec80b2276be69fb09c0f42d10957f /.travis.yml
parent6ad6cbf33fe203e504c8623631746068850ee16f (diff)
parent006e2b79a7e6533e49e0d07e6e156a88658adf1a (diff)
Merge pull request #1270 from dcbaker/use-asyncio
Replace twisted with asyncio
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.