diff .travis.yml @ 5683:7483838ff74d

Try to fix sphinx install failures under python 3.6 and 3.7 by pinning to version 1.8.5. New release of sphinx 2.0 on 28march2019.
author John Rouillard <rouilj@ieee.org>
date Sat, 30 Mar 2019 16:19:00 -0400
parents 018bbad2a63e
children 80ba0693f7ef
line wrap: on
line diff
--- a/.travis.yml	Sat Mar 30 16:13:50 2019 -0400
+++ b/.travis.yml	Sat Mar 30 16:19:00 2019 -0400
@@ -22,7 +22,7 @@
 
 before_install:
   # Sphinx required to build the xapian python bindings
-  - pip install sphinx
+  - pip install sphinx==1.8.5
   - XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1)
   - cd /tmp
   - curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz

Roundup Issue Tracker: http://roundup-tracker.org/