Skip to content

Commit

Permalink
We have always had no macOS on Travis.
Browse files Browse the repository at this point in the history
And we have always been at war with Eastasia.
  • Loading branch information
Lukasa committed May 23, 2017
1 parent e74cff6 commit 843a69e
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,6 @@
set -e
set -x

if [[ "$(uname -s)" == 'Darwin' ]]; then
curl -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py --user
python -m pip install --user virtualenv
python -m virtualenv ~/.venv
source ~/.venv/bin/activate

if [[ "${TOXENV}" == "py35-alldeps-withcov-macos,codecov-publish" ]]; then

brew update;
brew upgrade openssl;
brew install pyenv;
PYENV_ROOT="$HOME/.pyenv";
PATH="$PYENV_ROOT/bin:$PATH";
eval "$(pyenv init -)";
pyenv install -s 3.5.2;
pyenv global system 3.5.2;
pyenv rehash;

fi
fi

# We need to test on machines that do not have IPv6, because this is a
# supported configuration and we've broken our tests for this in the past.
# See https://twistedmatrix.com/trac/ticket/9144
Expand Down

0 comments on commit 843a69e

Please sign in to comment.