Upgrade python if install fails.

This commit is contained in:
Olivier Mangin 2018-03-02 14:11:57 -05:00
parent 0a0ed06c92
commit 33554635d4

View File

@ -15,7 +15,8 @@ matrix:
- "3"
before_install:
- brew update
- brew install python3
- brew outdated python3 || brew install python3 || brew upgrade python3
- pip install -U virtualenv
- virtualenv env -p python3
- source env/bin/activate
# command to install dependencies