Skip to content

Commit

Permalink
travis: run tests on macOS
Browse files Browse the repository at this point in the history
closes #3892
  • Loading branch information
jirikuncar committed Aug 27, 2018
1 parent ab5af52 commit 618f80f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ jobs:
python: '3.7'
sudo: required
dist: xenial
- language: generic
os: osx
osx_image: xcode9.4
sudo: required
env: TOXENV=py37
install:
- brew update
- brew upgrade python
- brew unlink python
- brew link python

- stage: deploy
python: '3.6'
Expand Down

0 comments on commit 618f80f

Please sign in to comment.