Use Python 3.6 on OS X

This commit is contained in:
Florian Bruhin 2017-02-05 01:42:44 +01:00
parent 89f95be5e5
commit fbde42b5fd

View File

@ -19,7 +19,7 @@ matrix:
env: DOCKER=ubuntu-xenial env: DOCKER=ubuntu-xenial
services: docker services: docker
- os: osx - os: osx
env: TESTENV=py35 OSX=elcapitan env: TESTENV=py36 OSX=elcapitan
osx_image: xcode7.3 osx_image: xcode7.3
# https://github.com/qutebrowser/qutebrowser/issues/2013 # https://github.com/qutebrowser/qutebrowser/issues/2013
# - os: osx # - os: osx
@ -43,7 +43,7 @@ matrix:
env: TESTENV=eslint env: TESTENV=eslint
allow_failures: allow_failures:
- os: osx - os: osx
env: TESTENV=py35 OSX=elcapitan env: TESTENV=py36 OSX=elcapitan
osx_image: xcode7.3 osx_image: xcode7.3
fast_finish: true fast_finish: true