Add MacOS test envs

This commit is contained in:
kuratowski 2019-10-29 00:08:38 +09:00 committed by Carlton Gibson
parent 21e4bb3487
commit 92139f5b38

View File

@ -34,6 +34,43 @@ jobs:
dist: xenial
sudo: required
- os: osx
language: generic
python: '3.5'
env: TWISTED="twisted==18.7.0"
before_install:
- eval "$(pyenv init -)"
- pyenv install 3.5.5
- pyenv global 3.5.5
sudo: required
- os: osx
language: generic
python: '3.5'
env: TWISTED="twisted"
before_install:
- eval "$(pyenv init -)"
- pyenv install 3.5.5
- pyenv global 3.5.5
sudo: required
- os: osx
language: generic
python: '3.6'
env: TWISTED="twisted==18.7.0"
before_install:
- eval "$(pyenv init -)"
- pyenv install 3.6.5
- pyenv global 3.6.5
sudo: required
- os: osx
language: generic
python: '3.6'
env: TWISTED="twisted"
before_install:
- eval "$(pyenv init -)"
- pyenv install 3.6.5
- pyenv global 3.6.5
sudo: required
- stage: lint
install: pip install -U -e .[tests] black pyflakes isort
script: