Skip to content

Commit

Permalink
Build pyobc 3.2 on macos10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jobevers committed Dec 21, 2016
1 parent 7404b12 commit ac4cc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ matrix:
# python 2.7 is broken on osx on travis, so follow we have to specify the installation ourselves
# https://github.com/travis-ci/travis-ci/issues/2312#issuecomment-195620855
language: generic
osx_image: xcode7.3
osx_image: xcode8.2

notifications:
slack:
Expand Down
2 changes: 1 addition & 1 deletion packaging/osx/lbry-osx-app/setup_app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ else
fi

pip install wheel
MODULES="pyobjc-core==3.1.1 pyobjc-framework-Cocoa==3.1.1 pyobjc-framework-CFNetwork==3.1.1 pyobjc-framework-Quartz==3.1.1"
MODULES="pyobjc-core==3.2.1 pyobjc-framework-Cocoa==3.2.1 pyobjc-framework-CFNetwork==3.2.1 pyobjc-framework-Quartz==3.2.1"
if [ ${ON_TRAVIS} = true ]; then
WHEEL_DIR="${TRAVIS_BUILD_DIR}/cache/wheel"
mkdir -p "${WHEEL_DIR}"
Expand Down

0 comments on commit ac4cc91

Please sign in to comment.