Skip to content

Commit e4651fd

Browse files
committed
Use xcode10.2
1 parent 2dc001a commit e4651fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ python:
1313
matrix:
1414
include:
1515
- os: osx
16-
osx_image: xcode9.4
16+
osx_image: xcode10.2
1717
language: generic
1818
python: null
1919
install:
2020
|
2121
if [[ "$TRAVIS_OS_NAME" = "linux" ]]; then
22-
pip install --upgrade pip setuptools tox-travis;
22+
pip install --upgrade pip setuptools tox-travis
2323
elif [[ "$TRAVIS_OS_NAME" = "osx" ]]; then
24-
brew tap drolando/homebrew-deadsnakes;
25-
brew install python34 python35 python36 python3 pypy
24+
brew tap drolando/homebrew-deadsnakes
25+
brew install python34 python35 python36 python37 pypy
2626
pip install --upgrade pip setuptools
27-
pip install --user tox;
27+
pip install tox
2828
fi
2929
script: tox

0 commit comments

Comments
 (0)