Skip to content

Commit c10928b

Browse files
committed
Test new Travis CPUs on a single Python version each
1 parent f967638 commit c10928b

1 file changed

Lines changed: 6 additions & 26 deletions

File tree

.travis.yml

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,23 @@ notifications:
66
irc: "chat.freenode.net#pil"
77

88
# Run fast lint first to get fast feedback.
9-
# Run slow PyPy next, to give it a headstart and reduce waiting time.
10-
# Run latest 3.x next, to get quick compatibility results.
11-
# Then run the remainder.
9+
# Run slower CPUs next, to give them a headstart and reduce waiting time.
10+
# Then run the remainder, with fastest Docker jobs last.
1211

1312
matrix:
1413
fast_finish: true
1514
include:
16-
- python: "3.8"
17-
arch: arm64
18-
- python: "3.7"
19-
arch: arm64
2015
- python: "3.6"
21-
arch: arm64
22-
- python: "3.5"
23-
arch: arm64
16+
name: "Lint"
17+
env: LINT="true"
2418

25-
- python: "3.8"
26-
arch: ppc64le
27-
- python: "3.7"
28-
arch: ppc64le
2919
- python: "3.6"
30-
arch: ppc64le
31-
- python: "3.5"
32-
arch: ppc64le
33-
34-
- python: "3.8"
35-
arch: s390x
20+
arch: arm64
3621
- python: "3.7"
37-
arch: s390x
38-
- python: "3.6"
39-
arch: s390x
22+
arch: ppc64le
4023
- python: "3.5"
4124
arch: s390x
4225

43-
- python: "3.6"
44-
name: "Lint"
45-
env: LINT="true"
4626
- python: "pypy3"
4727
name: "PyPy3 Xenial"
4828
- python: "3.8"

0 commit comments

Comments
 (0)