Skip to content

Commit 0d98e5d

Browse files
authored
Update OSX Travis (#3083)
1 parent a73e7e6 commit 0d98e5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ matrix:
2323
python: "pypy3.5-5.8.0"
2424
dist: trusty
2525
- os: osx
26-
osx_image: xcode7.3
26+
osx_image: xcode9.4
2727
language: generic
2828
allow_failures:
2929
- os: osx
@@ -34,7 +34,6 @@ matrix:
3434
# Perform the manual steps on osx to install python3 and activate venv
3535
before_install:
3636
- if [[ -n "$TRAVIS_TAG" && "$TRAVIS_PYTHON_VERSION" != "3.6" ]]; then travis_terminate 0; fi; # Deploy on 3.6
37-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
3837
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew upgrade python; fi
3938
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then python3 -m venv venv; fi
4039
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source venv/bin/activate; fi

0 commit comments

Comments
 (0)