Skip to content

Commit

Permalink
Travis: Add macOS to the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Dec 9, 2018
1 parent 3772fdd commit 9409aba
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,21 @@

sudo: false #Use new Container Infrastructure
language: python
python:
- 3.6

matrix:
include:
- python: 3.6
- os: osx
osx_image: xcode10
sudo: required
language: generic
before_install:
- pip install virtualenv
- virtualenv env -p python3
- source env/bin/activate
install:
- pip install ipython numpy scipy nose pandas pip sympy tables statsmodels numba coverage
- python setup.py install

notifications:
email: false
Expand Down

0 comments on commit 9409aba

Please sign in to comment.