Travis set up virtualenv to use Python 3 for spirv-tools build.

This commit is contained in:
Bill Hollings 2019-06-16 09:07:24 -04:00
parent 64d7e07243
commit cd1023e23f

View File

@ -6,6 +6,8 @@ osx_image: xcode10
# Build dependencies
install:
- brew install python3
- pip3 install virtualenv
- virtualenv -p python3 .
- ./fetchDependencies -v
# Cache built deps