Skip to content

Commit 43efa76

Browse files
authored
Update .travis.yml
1 parent 4bd08a2 commit 43efa76

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@ matrix:
1818
dist: xenial
1919
sudo: true
2020
env: TOXENV=py38
21+
22+
- python: 3.6
23+
dist: xenial
24+
sudo: true
25+
arch: ppc64le
26+
env: TOXENV=py36
27+
- python: 3.7
28+
dist: xenial
29+
sudo: true
30+
env: TOXENV=py37
31+
arch: ppc64le
32+
- python: 3.8
33+
dist: xenial
34+
sudo: true
35+
env: TOXENV=py38
36+
arch: ppc64le
2137

2238
env:
2339
- TOXENV=py27

0 commit comments

Comments
 (0)