Skip to content

Commit

Permalink
Fix Travis install script for OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Jun 20, 2016
1 parent 4feb252 commit b856e90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis/install.sh
Expand Up @@ -4,12 +4,12 @@ if [[ $TRAVIS_OS_NAME == "osx" ]]; then
case "${TOXENV}" in
py27)
brew install python
;;
;;
py35)
brew install python3
;;
;;
pypy)
brew install pypy
;;
;;
esac
fi

0 comments on commit b856e90

Please sign in to comment.