Skip to content

Commit

Permalink
Bring back previous versions of python3.5 and python3.6 and revert on…
Browse files Browse the repository at this point in the history
…e of brew changes
  • Loading branch information
swistakm committed Nov 22, 2019
1 parent c426415 commit d5a50a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ matrix:
env: PY_VERSION=3.3.7

- os: osx
env: PY_VERSION=3.4.10
env: PY_VERSION=3.4.9

- os: osx
env: PY_VERSION=3.5.9
env: PY_VERSION=3.5.6

- os: osx
env: PY_VERSION=3.6.9
Expand Down
4 changes: 0 additions & 4 deletions ci/travis_before.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ if [[ $TRAVIS_OS_NAME == "osx" ]]; then
brew update > /dev/null
travis_fold end brew-update

travis_fold start brew-openssl
brew upgrade openssl
travis_fold end brew-openssl

travis_fold start brew-upgrade
brew outdated pyenv || brew upgrade pyenv
travis_fold end brew-upgrade
Expand Down

0 comments on commit d5a50a2

Please sign in to comment.