Skip to content

Commit

Permalink
- temporarily disabled pypy builds on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
narekgharibyan committed Aug 30, 2017
1 parent fa76ec2 commit bad6f0b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ matrix:
osx_image: xcode7.3
compiler: clang
env: BUILD_TYPE=osx PYTHON_VERSION=35
- os: osx
osx_image: xcode7.3
compiler: clang
env: BUILD_TYPE=osx PYTHON_VERSION=pypy2
# temporarily disabled pypy builds on osx
# till https://bitbucket.org/pypy/pypy/issues/2626/invalid-conversion-from-const-char-to-char is released
# - os: osx
# osx_image: xcode7.3
# compiler: clang
# env: BUILD_TYPE=osx PYTHON_VERSION=pypy2

before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then ./travis/setup_osx.sh ; fi
Expand Down

0 comments on commit bad6f0b

Please sign in to comment.