Skip to content

Commit

Permalink
Try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nouiz committed May 17, 2017
1 parent e608e17 commit f82d5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ before_install:
- export PREFIX=$HOME/.local
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update && brew install doxygen; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PYTHONUSERBASE=$PREFIX; fi
- pip install --user breathe sphinx==1.5 sphinx_rtd_theme cython numpy 'mako>=0.7' six
- pip install --user breathe sphinx==1.5.1 sphinx_rtd_theme cython numpy 'mako>=0.7' six
- export PATH=$PATH:$PREFIX/bin
- export CPATH=$CPATH:$PREFIX/include
- export LIBRARY_PATH=$LIBRARY_PATH:$PREFIX/lib
Expand Down

0 comments on commit f82d5be

Please sign in to comment.