We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a57bbd commit 9b0413eCopy full SHA for 9b0413e
.travis.yml
@@ -23,7 +23,7 @@ before_install:
23
- export PREFIX=$HOME/.local
24
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install doxygen; fi
25
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PYTHONUSERBASE=$PREFIX; fi
26
- - pip install --user breathe sphinx==1.5.1 sphinx_rtd_theme cython numpy 'mako>=0.7' six
+ - pip install --user breathe sphinx==1.6.3 sphinx_rtd_theme cython numpy 'mako>=0.7' six
27
- export PATH=$PATH:$PREFIX/bin
28
- export CPATH=$CPATH:$PREFIX/include
29
- export LIBRARY_PATH=$LIBRARY_PATH:$PREFIX/lib
0 commit comments