diff --git a/.travis.yml b/.travis.yml index 1517ac7c..621257cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,20 @@ matrix: include: + - os: linux + language: python + dist: precise + python: + - "2.7.15" + env: + - GAMOS=linux - os: linux language: python dist: precise python: - "2.7.15" env: GAMOS=linux + - GAMOS=linux + - PLAT=i686 - os: osx language: generic osx_image: xcode10.1 @@ -22,10 +31,11 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then powershell Install-WindowsFeature Net-Framework-Core; cinst -y python2; + cinst -y --forcex86 --installdirectory=c:\Python27-32; cinst -y wixtoolset; - PATH=$PATH:/c/Python27/scripts; + alias python32=/c/Python27-32/python; fi -- pip install pyinstaller +- python -m pip install pyinstaller install: - cd src