We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7274f12 commit fd30501Copy full SHA for fd30501
1 file changed
.travis.yml
@@ -18,7 +18,11 @@ matrix:
18
dist: xenial
19
sudo: true
20
env: TOXENV=py38
21
-
+ - python: 2.7
22
+ dist: xenial
23
+ sudo: true
24
+ env: TOXENV=py27
25
+ arch: ppc64le
26
- python: 3.6
27
28
@@ -34,11 +38,6 @@ matrix:
34
38
35
39
36
40
arch: ppc64le
37
- - python: 2.7
- dist: xenial
- sudo: true
- env: TOXENV=py27
41
- arch: ppc64le
42
- python: 3.8
43
44
0 commit comments