Skip to content

Commit e08696e

Browse files
committed
Nightly not installing sphinx, print TRAVIS_PYTHON_VERSION
1 parent 0e6dd05 commit e08696e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,13 @@ addons:
5151
- gpgsm
5252

5353
before_install:
54+
- echo "$TRAVIS_PYTHON_VERSION"
5455
# Sphinx required to build the xapian python bindings. Use 1.8.5 on
5556
# older python and newest on newer.
5657
- if [[ $TRAVIS_PYTHON_VERSION == "2."* ]]; then pip install sphinx==1.8.5; fi
5758
- if [[ $TRAVIS_PYTHON_VERSION == "3.[67]" ]]; then pip install sphinx==1.8.5; fi
5859
- if [[ $TRAVIS_PYTHON_VERSION != "3.[67]" ]] && [[ $TRAVIS_PYTHON_VERSION == '3.'* ]] ; then pip install sphinx; fi
60+
- if [[ $TRAVIS_PYTHON_VERSION == "nightly" ]]; then pip install sphinx; fi
5961
- XAPIAN_VER=$(dpkg -l libxapian-dev | tail -n 1 | awk '{print $3}' | cut -d '-' -f 1)
6062
- cd /tmp
6163
- curl -s -O https://oligarchy.co.uk/xapian/$XAPIAN_VER/xapian-bindings-$XAPIAN_VER.tar.xz

0 commit comments

Comments
 (0)