Skip to content

Commit d84fb07

Browse files
hugovkgiampaolo
authored andcommitted
Run slower jobs first so they don't hold up the CI (#1626)
1 parent 3a9bccf commit d84fb07

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ language: python
22
cache: pip
33
matrix:
44
include:
5-
# Linux
6-
- python: 2.7
7-
- python: 3.4
8-
- python: 3.5
9-
- python: 3.6
10-
- python: 3.7
11-
dist: xenial
125
# macOS
136
- language: generic
147
os: osx
158
env: PYVER=py27
169
- language: generic
1710
os: osx
1811
env: PYVER=py36
12+
# Linux
13+
- python: 2.7
14+
- python: 3.4
15+
- python: 3.5
16+
- python: 3.6
17+
- python: 3.7
18+
dist: xenial
1919
# pypy
2020
# - python: pypy
2121
# - python: pypy3

0 commit comments

Comments
 (0)