Add OSx to travis matrix

This commit is contained in:
gmatteo 2019-10-24 17:09:15 +02:00
parent e91671c843
commit 57dab9c1e9
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ matrix:
sudo: true sudo: true
env: env:
- ABIPY_INSTALLER=conda ABIPY_SPHINX=yes - ABIPY_INSTALLER=conda ABIPY_SPHINX=yes
- os: osx
python: 3.7
sudo: true
env:
- ABIPY_INSTALLER=conda
install: install:
#- set -ev # exit on first error, print each command #- set -ev # exit on first error, print each command