Skip to content

Commit

Permalink
set osx_image on all the os x builds, instead of global
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed May 15, 2015
1 parent 388f92a commit 6ac7230
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
sudo: false
osx_image: beta-xcode6.2

language: python

Expand Down Expand Up @@ -71,42 +70,55 @@ matrix:
env: TOXENV=py3pep8
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=py26
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=py27
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=py33
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=py34
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=pypy
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=pypy3
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=py26 OPENSSL=0.9.8
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=py27 OPENSSL=0.9.8
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=py33 OPENSSL=0.9.8
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=py34 OPENSSL=0.9.8
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=pypy OPENSSL=0.9.8
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=pypy3 OPENSSL=0.9.8
- language: generic
os: osx
osx_image: beta-xcode6.2
env: TOXENV=docs

install:
Expand Down

0 comments on commit 6ac7230

Please sign in to comment.