Reorganize osx environments to avoid repetition as suggested in review

This commit is contained in:
Bruno Oliveira 2018-08-27 19:30:55 -03:00
parent 29e114b463
commit b2f7e02a02
1 changed files with 3 additions and 4 deletions

View File

@ -49,13 +49,12 @@ jobs:
os: osx os: osx
osx_image: xcode9.4 osx_image: xcode9.4
sudo: required sudo: required
env: TOXENV=py27
install: install:
- python -m pip install --upgrade --pre tox - python -m pip install --pre tox
- <<: *test-macos
env: TOXENV=py27
- <<: *test-macos - <<: *test-macos
env: TOXENV=py36 env: TOXENV=py36
install:
- python3 -m pip install --upgrade --pre tox
- <<: *test-macos - <<: *test-macos
env: TOXENV=py37 env: TOXENV=py37
before_install: before_install: