This commit is contained in:
Jakub Roztocil 2016-02-29 17:20:50 +08:00
parent 41b0286f37
commit a97f0d52f6

View File

@ -44,10 +44,10 @@ matrix:
- BREW_INSTALL=python3
install:
- brew update
- |
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
if [[ -n "$BREW_INSTALL" ]]; then
brew update
brew install "$BREW_INSTALL"
fi
sudo pip install tox