separate python2 and wixtoolset so .NET has time to finish

This commit is contained in:
Jay Lee
2019-04-12 12:36:38 -04:00
parent 8879c5d8c7
commit 9857869799

View File

@@ -21,7 +21,8 @@ matrix:
before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
powershell Install-WindowsFeature Net-Framework-Core;
cinst -y python2 wixtoolset;
cinst -y python2;
cinst -y wixtoolset;
PATH=$PATH:/c/Python27/scripts;
fi
- pip install pyinstaller