Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
travis: On OSX add user's pip dir to PATH (#1315)
Browse files Browse the repository at this point in the history
Some of the Python unit tests rely on executing trial, which
is a script provided by Twisted.  The pip --user install puts
this into a local directory, so make sure that directory is in
the path
  • Loading branch information
daviddrysdale committed Oct 13, 2016
1 parent 10e1447 commit 43f989c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/travis.osx.before_install.sh
Expand Up @@ -15,3 +15,6 @@ brew upgrade go
for i in homebrew/dupes/tcl-tk ant; do
brew install $i
done

# Python tests rely on Twisted's trial script being in the path
export PATH=$PATH:${HOME}/Library/Python/2.7/bin

0 comments on commit 43f989c

Please sign in to comment.