ENH: Use recommended homebrew addon for travis.

Remove unnecessary python3 environment from osx that
made configuring the test environment slower.

Use "addon:" features for installing homebrew
packages more efficiently.

Re-organized the .travis.yml file in a standard
order so that the "before-install" and "install"
steps occur after the configurations of addons and
 matrix, and language features are set.
This commit is contained in:
Hans Johnson
2019-01-11 15:13:10 -06:00
committed by Hans Johnson
parent f8ad1ab352
commit fa61a49b83
4 changed files with 24 additions and 21 deletions

View File

@@ -1,12 +1,5 @@
set -vex
# NOTHING TO DO HERE
# set -vex
#brew update
brew upgrade python3
python3 -m venv venv
source venv/bin/activate
brew install ninja
brew install meson
#brew install pyenv
#which pyenv
#python3 -m venv venv
#source venv/bin/activate