Skip to content

Commit

Permalink
travis: brew fakeroot does not work, run tests with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 7, 2015
1 parent f4884c2 commit 48c78cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
esac
pyenv rehash
python -m pip install --user virtualenv
brew outdated fakeroot || brew upgrade fakeroot
#brew outdated fakeroot || brew upgrade fakeroot
# ??? brew outdated libacl1-dev || brew upgrade libacl1-dev
else
pip install virtualenv
Expand Down
2 changes: 1 addition & 1 deletion .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
fi
fi
source ~/.venv/bin/activate
fakeroot -u tox
sudo tox

0 comments on commit 48c78cd

Please sign in to comment.