Skip to content

Commit

Permalink
Merge branch 'master' into reorganize-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jul 18, 2014
2 parents a1f1afa + 06de17f commit 3469fee
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ if [[ "${TOX_ENV}" == "docs" ]]; then
fi

if [[ "$DARWIN" = true ]]; then
brew update
brew install pyenv
if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
case "${TOX_ENV}" in
py26)
Expand All @@ -48,8 +46,8 @@ if [[ "$DARWIN" = true ]]; then
sudo pip install virtualenv
;;
pypy)
pyenv install pypy-2.3
pyenv global pypy-2.3
pyenv install pypy-2.3.1
pyenv global pypy-2.3.1
pip install virtualenv
;;
py32)
Expand All @@ -63,8 +61,8 @@ if [[ "$DARWIN" = true ]]; then
pip install virtualenv
;;
py34)
pyenv install 3.4.0
pyenv global 3.4.0
pyenv install 3.4.1
pyenv global 3.4.1
pip install virtualenv
;;
docs)
Expand Down

0 comments on commit 3469fee

Please sign in to comment.