travis: move osx test to the top
OSX is the slow one, so it should start straight away.
This commit is contained in:
parent
15c10d49f6
commit
3d40fae6d7
12
.travis.yml
12
.travis.yml
|
@ -20,6 +20,12 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=lint
|
env: TOXENV=lint
|
||||||
|
- language: generic
|
||||||
|
os: osx
|
||||||
|
osx_image: xcode7.1
|
||||||
|
git:
|
||||||
|
depth: 9999999
|
||||||
|
env: TOXENV=py27
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
|
@ -28,12 +34,6 @@ matrix:
|
||||||
env: TOXENV=py27
|
env: TOXENV=py27
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
env: TOXENV=py27 NO_ALPN=1
|
env: TOXENV=py27 NO_ALPN=1
|
||||||
- language: generic
|
|
||||||
os: osx
|
|
||||||
osx_image: xcode7.1
|
|
||||||
git:
|
|
||||||
depth: 9999999
|
|
||||||
env: TOXENV=py27
|
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
env: TOXENV=docs
|
env: TOXENV=docs
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in New Issue