Reduced macOS Travis builds to single env.

Slow, and not any benefit in multiple runs.
This commit is contained in:
Carlton Gibson 2019-11-20 20:08:06 +01:00 committed by Carlton Gibson
parent 78be865eb4
commit a4efcd5c1d

View File

@ -34,33 +34,6 @@ 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'