aboutsummaryrefslogtreecommitdiff
path: root/travis/osx/before_install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/osx/before_install.sh')
-rwxr-xr-xtravis/osx/before_install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/travis/osx/before_install.sh b/travis/osx/before_install.sh
index 964fbc67..55c0667a 100755
--- a/travis/osx/before_install.sh
+++ b/travis/osx/before_install.sh
@@ -2,6 +2,8 @@
set -e
+export PATH=$HOME/Library/Python/3.6/bin:$PATH
+
./travis/before_install.sh
brew update
@@ -10,8 +12,6 @@ brew install sqlite3
brew install doxygen
brew install md5sha1sum
-export PATH=$HOME/Library/Python/2.7/bin:$PATH
-# breathe=4.12.0 is the last version to work for us with sphinx 1.8.5 / Python 2
-pip install --user sphinx sphinx-rtd-theme sphinxcontrib-bibtex breathe==4.12.0
+pip3 install --user sphinx sphinx-rtd-theme sphinxcontrib-bibtex breathe
which sphinx-build
(cd docs; make html)