mirror of
https://github.com/httpie/cli.git
synced 2024-11-23 00:03:18 +01:00
Travis
This commit is contained in:
parent
41b0286f37
commit
a97f0d52f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user