Do we dare try 32-bit? Oh we dare...

This commit is contained in:
Jay Lee
2019-04-12 13:01:55 -04:00
parent 3f6dff1543
commit 03d7fe0407

View File

@@ -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