We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208e85c commit c121105Copy full SHA for c121105
.travis.yml
@@ -23,8 +23,7 @@ matrix:
23
- python: pypy3
24
25
install:
26
- - if [[ $TRAVIS_OS_NAME == osx ]]; then brew update; fi
27
- - 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
28
- if [[ $TRAVIS_OS_NAME == osx ]]; then export LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include"; fi
29
- virtualenv --python=python$PYTHON_VERSION env
30
- source env/bin/activate
0 commit comments