Explorar el Código

fix pip on osx

Julius Pfrommer hace 7 años
padre
commit
c8b79effbe
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      tools/travis/travis_osx_before_install.sh

+ 4 - 4
tools/travis/travis_osx_before_install.sh

@@ -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