We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8db65 commit c35cd32Copy full SHA for c35cd32
.travis.yml
@@ -1,6 +1,10 @@
1
os: linux
2
language: python
3
4
+arch:
5
+ - amd64
6
+ - ppc64le
7
+
8
python:
9
- 2.7
10
- pypy
@@ -19,8 +23,17 @@ matrix:
19
23
env: TOXENV=stylecheck
20
24
- python: 3.6
21
25
22
-
26
+ #Adding power support architecture
27
+ - python: 2.7
28
+ env: TOXENV=stylecheck
29
+ arch: ppc64le
30
+ - python: 3.6
31
32
33
+ exclude:
34
+ - python: pypy
35
36
37
install:
38
- pip install tox
39
0 commit comments