Explorar o código

fix pip on osx

Julius Pfrommer %!s(int64=7) %!d(string=hai) anos
pai
achega
c8b79effbe
Modificáronse 1 ficheiros con 4 adicións e 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