Skip to content

Commit

Permalink
Merge pull request #325 from inkstitch/lexelby/fix-mac
Browse files Browse the repository at this point in the history
always use pyinstaller 3.3.1
  • Loading branch information
lexelby committed Sep 22, 2018
2 parents efc2816 + bde2314 commit b88821b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -93,8 +93,8 @@ install:
wget -q https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi --output-document=python.msi
wine msiexec /i python.msi /qn TARGETDIR=C:\\Python
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install pyinstaller --upgrade
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install setuptools --upgrade
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install --upgrade pyinstaller==3.3.1
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install --upgrade setuptools
wget -q https://github.com/lexelby/inkstitch-build-objects/releases/download/v1.0.0/Shapely-1.6.3-cp27-cp27m-win32.whl
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install Shapely-1.6.3-cp27-cp27m-win32.whl
Expand Down Expand Up @@ -125,7 +125,7 @@ install:
source venv/bin/activate
pip install -r requirements.txt
pip install pyinstaller
pip install pyinstaller==3.3.1
set +x
elif [ -n "$LINT" ]; then
pip install flake8
Expand Down

0 comments on commit b88821b

Please sign in to comment.