Hi @joshuef,
The line you’re looking for might be
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then cinst -y python2; fi
However, for me builds still fail at the end because of the issue reported in Windows build failed, actually it was done success