Skip to content

Commit fd30501

Browse files
authored
ordered env
1 parent 7274f12 commit fd30501

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.travis.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ matrix:
1818
dist: xenial
1919
sudo: true
2020
env: TOXENV=py38
21-
21+
- python: 2.7
22+
dist: xenial
23+
sudo: true
24+
env: TOXENV=py27
25+
arch: ppc64le
2226
- python: 3.6
2327
dist: xenial
2428
sudo: true
@@ -34,11 +38,6 @@ matrix:
3438
sudo: true
3539
env: TOXENV=py38
3640
arch: ppc64le
37-
- python: 2.7
38-
dist: xenial
39-
sudo: true
40-
env: TOXENV=py27
41-
arch: ppc64le
4241
- python: 3.8
4342
dist: xenial
4443
sudo: true

0 commit comments

Comments
 (0)