Skip to content

Commit

Permalink
[travis-ci] run tests with xcode10 and xcode10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Jahn committed Nov 15, 2018
1 parent ce5200f commit 1ec0377
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,34 @@ matrix:
- brew update
- brew install graphviz

- os: osx
osx_image: xcode10
language: c++
compiler: clang
env:
- NORMALIZ_VERSION=3.6.0
- PYTHON_INSTALL='sudo easy_install'
before_install:
- $PYTHON_INSTALL nose
# update brew first, work around https://github.com/Homebrew/brew/issues/3299
- brew update
- brew install graphviz

- os: osx
osx_image: xcode10.1
language: c++
compiler: clang
env:
- NORMALIZ_VERSION=3.6.0
- PYTHON_INSTALL='sudo easy_install'
before_install:
# update brew first, work around https://github.com/Homebrew/brew/issues/3299
- brew update
# install numpy using easy_install rather than homebrew
- brew uninstall numpy --ignore-dependencies
- brew install graphviz
- $PYTHON_INSTALL nose

install:
- export PROCESSES=4
- export NOSETESTS_TIMEOUT=600
Expand Down

0 comments on commit 1ec0377

Please sign in to comment.