Skip to content

Commit 3315b5a

Browse files
committed
Changed travis config again, to upgrade requirements for OSx
1 parent aa25c11 commit 3315b5a

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 upgrade openssl python$PYTHON_VERSION; fi
27+
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew upgrade openssl; 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)