Run TravisCI on OSX

这个提交包含在:
Ryan Flynn
2018-10-25 13:19:36 -04:00
提交者 Pedro Ferreira
父节点 d9ef4735f7
当前提交 5af5df69d0

查看文件

@@ -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