travis_osx_before_install.sh 197 B

123456789101112
  1. #!/bin/bash
  2. set -ev
  3. brew install check
  4. brew install valgrind
  5. brew install graphviz
  6. brew install python
  7. pip2 install --user sphinx
  8. pip2 install --user breathe
  9. pip2 install --user sphinx_rtd_theme