Unverified Commit 548ebc80 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #195 from radarhere/xcode

Added Xcode 10 Travis build
parents fd9e4583 85d8477a
...@@ -118,6 +118,10 @@ matrix: ...@@ -118,6 +118,10 @@ matrix:
- VENV=venv - VENV=venv
# Default OSX (xcode image) is 10.13 (xcode 9.4.1) as of 2018-08-03 # Default OSX (xcode image) is 10.13 (xcode 9.4.1) as of 2018-08-03
# See: https://docs.travis-ci.com/user/reference/osx/ # See: https://docs.travis-ci.com/user/reference/osx/
- os: osx
osx_image: xcode10
env:
- PYTHON_VERSION=3.5
- os: osx - os: osx
osx_image: xcode9.4 osx_image: xcode9.4
env: env:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment