From b2f7e02a02e60e8568440e080759436ef71e8ace Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 27 Aug 2018 19:30:55 -0300 Subject: [PATCH] Reorganize osx environments to avoid repetition as suggested in review --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98523ed8a..69544e608 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: