Added python3.5 in travis script

This commit is contained in:
Ganesh Gore 2019-08-23 12:45:17 -06:00
parent 28dde899db
commit 82a186bf7c
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
cd build
cmake .. -DCMAKE_BUILD_TYPE=debug -DENABLE_VPR_GRAPHICS=off
make -j2
alias python3.5="python3"
ln -s /opt/local/bin/python3 /opt/loca/bin/python3.5
else
# For linux, we enable full package compilation
#make