Skip to content

Commit c35cd32

Browse files
authored
Add Power Support ppc64le (untitaker#57)
1 parent 9f8db65 commit c35cd32

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.travis.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
os: linux
22
language: python
33

4+
arch:
5+
- amd64
6+
- ppc64le
7+
48
python:
59
- 2.7
610
- pypy
@@ -19,8 +23,17 @@ matrix:
1923
env: TOXENV=stylecheck
2024
- python: 3.6
2125
env: TOXENV=stylecheck
22-
23-
26+
#Adding power support architecture
27+
- python: 2.7
28+
env: TOXENV=stylecheck
29+
arch: ppc64le
30+
- python: 3.6
31+
env: TOXENV=stylecheck
32+
arch: ppc64le
33+
exclude:
34+
- python: pypy
35+
arch: ppc64le
36+
2437
install:
2538
- pip install tox
2639

0 commit comments

Comments
 (0)