Skip to content

Commit 5dd074a

Browse files
hugovkBoboTiG
authored andcommitted
Move slow Mac build first to reduce bottleneck
1 parent 0d8b254 commit 5dd074a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ dist: xenial
33

44
matrix:
55
include:
6+
- os: osx
7+
language: generic
8+
env:
9+
- PYTHON_VERSION=3.7
10+
- TOXENV=py37
611
- os: linux
712
python: "3.5"
813
env: TOXENV=py35
@@ -15,11 +20,6 @@ matrix:
1520
- os: linux
1621
python: "pypy3.5"
1722
env: TOXENV=pypy3
18-
- os: osx
19-
language: generic
20-
env:
21-
- PYTHON_VERSION=3.7
22-
- TOXENV=py37
2323

2424
addons:
2525
apt:

0 commit comments

Comments
 (0)