From 0d4a9303977a9556feb037ec277678f11c983a39 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Fri, 3 Jun 2016 12:46:48 +1200 Subject: Try not updating OpenSSL for now --- .travis.yml | 2 +- dev.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ec8b3bd..9147e5e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ install: if [[ $TRAVIS_OS_NAME == "osx" ]] then brew update || brew update # try again if it fails - brew outdated openssl || brew upgrade openssl + # brew outdated openssl || brew upgrade openssl brew install python fi - pip install -U virtualenv diff --git a/dev.sh b/dev.sh index b692b036..111f09bc 100755 --- a/dev.sh +++ b/dev.sh @@ -9,7 +9,7 @@ echo "Creating dev environment in $VENV using Python $PYVERSION" python$PYVERSION -m virtualenv "$VENV" --always-copy . "$VENV/bin/activate" pip$PYVERSION install -q -U pip setuptools -pip$PYVERSION install -r requirements.txt +pip$PYVERSION install -q -r requirements.txt echo "" echo "* Virtualenv created in $VENV and all dependencies installed." -- cgit v1.2.3