Skip to content

Commit

Permalink
Update for bb-v1.30 (#6)
Browse files Browse the repository at this point in the history
* Update to v1.30
* Log level for console as WARNING
  • Loading branch information
yshurik authored Mar 3, 2018
1 parent 2a92502 commit 4ec15cf
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 108 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@ install:
export PATH="/usr/local/opt/python/libexec/bin:$PATH" &&
(brew doctor || echo skip) &&
(brew install ruby || echo skip) &&
(brew install pyenv || echo skip) &&
brew install python@2 &&
export PATH="/usr/local/opt/python@2/libexec/bin:$PATH" &&
pyenv versions &&
brew tap cartr/qt4 &&
brew tap-pin cartr/qt4 &&
brew install sip pyqt@4 &&
brew install pyqt@4 &&
python --version &&
pip install pyinstaller &&
pip install pyzmail &&
Expand Down
Loading

0 comments on commit 4ec15cf

Please sign in to comment.