diff --git a/.travis.yml b/.travis.yml index 02cc5fa9..8fdf249e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,8 +21,8 @@ matrix: before_install: - set - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then - cinst -y python2; - cinst -y wixtoolset; + powershell Install-WindowsFeature Net-Framework-Core + cinst -y python2 wixtoolset; PATH=$PATH:/c/Python27/scripts; fi - pip install pyinstaller