Skip to content

Commit e3e7920

Browse files
committed
Adding Power support(ppc64le) with ci and testing to the project for architecture independent
1 parent 4bd08a2 commit e3e7920

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,31 @@ matrix:
1818
dist: xenial
1919
sudo: true
2020
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+
dist: xenial
28+
sudo: true
29+
arch: ppc64le
30+
env: TOXENV=py36
31+
- python: 3.7
32+
dist: xenial
33+
sudo: true
34+
env: TOXENV=py37
35+
arch: ppc64le
36+
- python: 3.8
37+
dist: xenial
38+
sudo: true
39+
env: TOXENV=py38
40+
arch: ppc64le
41+
- python: 3.8
42+
dist: xenial
43+
sudo: true
44+
env: TOXENV=cover
45+
arch: ppc64le
2146

2247
env:
2348
- TOXENV=py27

0 commit comments

Comments
 (0)