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 Dec 19, 2017
1 parent b13920f commit fc0d439
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions tools/travis/travis_osx_before_install.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
#!/bin/bash
set -ev

if [ $ANALYZE = "true" ]; then
echo "Skipping static analysis for OS X"
exit 0
else
brew update
brew install check
brew install userspace-rcu
brew install valgrind
brew install graphviz
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
fi
pip2 install --user sphinx
pip2 install --user breathe
pip2 install --user sphinx_rtd_theme

0 comments on commit fc0d439

Please sign in to comment.