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.
2 parents b35e272 + 24b923c commit 2a8154eCopy full SHA for 2a8154e
.travis.yml
@@ -7,8 +7,8 @@ matrix:
7
8
before_install:
9
- export PREFIX=$HOME/.local
10
- - brew update && brew install doxygen; fi
11
- - export PYTHONUSERBASE=$PREFIX; fi
+ - brew update && brew install doxygen
+ - export PYTHONUSERBASE=$PREFIX
12
- pip install --user breathe sphinx==1.6.3 sphinx_rtd_theme cython numpy 'mako>=0.7' six
13
- export PATH=$PATH:$PREFIX/bin
14
- export CPATH=$CPATH:$PREFIX/include
0 commit comments