Skip to content

Commit

Permalink
Merge pull request #54 from themaxbelov/fix-windows-build
Browse files Browse the repository at this point in the history
Switch to 2.7 for Windows build
  • Loading branch information
ToxicWar authored Apr 3, 2018
2 parents d2d09a6 + a171833 commit ea0e641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ $BUILD == 'LINUX' ]]; then
sudo add-apt-repository ppa:ubuntu-wine/ppa -y
sudo apt-get update -qq
sudo apt-get install -qq wine
wget https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi --output-document=python.msi
wget 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 pip --upgrade
wine c:\\Python\\python.exe c:\\Python\\scripts\\pip.exe install pyinstaller --upgrade
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.2
1.8.3

0 comments on commit ea0e641

Please sign in to comment.