Skip to content

Commit aa25c11

Browse files
committed
Changed travis config to upgrade requirements for OSx
1 parent c501961 commit aa25c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424

2525
install:
2626
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew update; fi
27-
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install openssl python$PYTHON_VERSION; fi
27+
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew upgrade openssl python$PYTHON_VERSION; fi
2828
- if [[ $TRAVIS_OS_NAME == osx ]]; then export LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include"; fi
2929
- virtualenv --python=python$PYTHON_VERSION env
3030
- source env/bin/activate

0 commit comments

Comments
 (0)