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

View File

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