Skip to content

Commit

Permalink
Work around slop in Travis OSX support
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Apr 30, 2018
1 parent 208e85c commit c121105
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ matrix:
- python: pypy3

install:
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew update; fi
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install openssl python$PYTHON_VERSION; fi
- if [[ $TRAVIS_OS_NAME == osx ]] && [[ $PYTHON_VERSION == 3 ]]; then brew upgrade python; pip3 install --ignore-installed virtualenv; fi
- if [[ $TRAVIS_OS_NAME == osx ]]; then export LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include"; fi
- virtualenv --python=python$PYTHON_VERSION env
- source env/bin/activate
Expand Down

0 comments on commit c121105

Please sign in to comment.