Skip to content

Commit

Permalink
Cicd mac fixes (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
yshurik authored Jan 27, 2018
1 parent 3d1bba4 commit 2a92502
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ matrix:
sudo: required
env: ARCH="linux32" DEPLOY_FILE=bitmhalo_linux32.tgz
- os: osx
osx_image: xcode7.2
osx_image: xcode7.3
compiler: clang
env: ARCH="mac" DEPLOY_FILE=bitmhalo_mac.zip

Expand Down Expand Up @@ -45,16 +45,17 @@ install:
fi &&
if [[ $ARCH == "mac" ]]; then
export PATH="/usr/local/opt/python/libexec/bin:$PATH" &&
(brew doctor || echo skip) &&
(brew install ruby || echo skip) &&
brew tap cartr/qt4 &&
brew tap-pin cartr/qt4 &&
brew install qt &&
brew install sip pyqt@4 &&
python --version &&
pip install pyinstaller &&
pip install pyzmail &&
pip install stopit &&
pip install password &&
sudo pip install pycrypto &&
pip install pycrypto &&
export ;
fi
Expand Down

0 comments on commit 2a92502

Please sign in to comment.