Run TravisCI on OSX

This commit is contained in:
Ryan Flynn 2018-10-25 13:19:36 -04:00 committed by Pedro Ferreira
parent d9ef4735f7
commit 5af5df69d0

View File

@ -1,13 +1,28 @@
os:
- linux
- osx
dist: xenial
language: python language: python
python: matrix:
- "3.5" include:
- "3.6" - os: linux
- "3.7" python: 3.5
- "3.8-dev" dist: xenial
- os: linux
python: 3.6
dist: xenial
- os: linux
python: 3.7
dist: xenial
- os: linux
python: 3.8-dev
dist: xenial
- os: osx
language: sh
before_install:
- brew update
- brew info python@3
- brew upgrade python@3
install:
- pip3 install .[tests]
- pip3 install coveralls
install: install:
- pip install .[tests] - pip install .[tests]
- pip install coveralls - pip install coveralls