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 aa25c11 commit 3315b5aCopy full SHA for 3315b5a
.travis.yml
@@ -24,7 +24,7 @@ matrix:
24
25
install:
26
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew update; fi
27
- - if [[ $TRAVIS_OS_NAME == osx ]]; then brew upgrade openssl python$PYTHON_VERSION; fi
+ - if [[ $TRAVIS_OS_NAME == osx ]]; then brew upgrade openssl; 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