Skip to content

Commit b2f7e02

Browse files
committed
Reorganize osx environments to avoid repetition as suggested in review
1 parent 29e114b commit b2f7e02

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@ jobs:
4949
os: osx
5050
osx_image: xcode9.4
5151
sudo: required
52-
env: TOXENV=py27
5352
install:
54-
- python -m pip install --upgrade --pre tox
53+
- python -m pip install --pre tox
54+
- <<: *test-macos
55+
env: TOXENV=py27
5556
- <<: *test-macos
5657
env: TOXENV=py36
57-
install:
58-
- python3 -m pip install --upgrade --pre tox
5958
- <<: *test-macos
6059
env: TOXENV=py37
6160
before_install:

0 commit comments

Comments
 (0)