From: Daniel Kahn Gillmor Date: Wed, 10 Jan 2018 16:14:52 +0000 (-0500) Subject: travis: build against python3-sphinx instead of python-sphinx X-Git-Tag: 0.27_rc0~55 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=2ed63574079133aca211f0fd6ccc05ff068e40bb travis: build against python3-sphinx instead of python-sphinx Ubuntu trusty has python3-sphinx 1.2.2+dfsg-1ubuntu1, so this should be OK. --- diff --git a/.travis.yml b/.travis.yml index 802efd98..d18325e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ addons: - libxapian-dev - libgmime-2.6-dev - libtalloc-dev - - python-sphinx + - python3-sphinx - gdb - gpgsm