Merge branch 'master' into fix/link_customization

main
Olivier Mangin 7 years ago committed by GitHub
commit 99657b09d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save