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.
6 lines
81 B
Bash
6 lines
81 B
Bash
# NOTHING TO DO HERE
|
|
# set -vex
|
|
|
|
#python3 -m venv venv
|
|
#source venv/bin/activate
|