Skip to content

Commit

Permalink
fix pip on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Nov 30, 2017
1 parent 9313d4e commit c8b79ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/travis/travis_osx_before_install.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/bash
set -ev

brew update
brew install check
brew install userspace-rcu
brew install valgrind
brew install graphviz
brew install python

pip install --user sphinx
pip install --user breathe
pip install --user sphinx_rtd_theme
pip2 install --user sphinx
pip2 install --user breathe
pip2 install --user sphinx_rtd_theme

0 comments on commit c8b79ef

Please sign in to comment.