Skip to content

Commit fbe0a0f

Browse files
nagesh4193avelis
authored andcommitted
Add Power Support ppc64le
1 parent d21a070 commit fbe0a0f

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

.travis.yml

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
language: python
22

3+
arch:
4+
- amd64
5+
- ppc64le
6+
37
python:
48
- "2.7"
5-
- "3.3"
69
- "3.4"
710
- "3.6"
11+
- "3.8"
812

913
env:
1014
- DJANGO_VERSION="1.5"
@@ -23,14 +27,6 @@ script: python runtests.py
2327

2428
matrix:
2529
exclude:
26-
- python: "3.3"
27-
env: DJANGO_VERSION="1.9"
28-
- python: "3.3"
29-
env: DJANGO_VERSION="1.10"
30-
- python: "3.3"
31-
env: DJANGO_VERSION="1.11"
32-
- python: "3.3"
33-
env: DJANGO_VERSION="2.0"
3430
- python: "3.6"
3531
env: DJANGO_VERSION="1.5"
3632
- python: "3.6"
@@ -39,6 +35,19 @@ matrix:
3935
env: DJANGO_VERSION="1.7"
4036
- python: "2.7"
4137
env: DJANGO_VERSION="2.0"
38+
- python: "3.8"
39+
env: DJANGO_VERSION="1.5"
40+
- python: "3.8"
41+
env: DJANGO_VERSION="1.6"
42+
- python: "3.8"
43+
env: DJANGO_VERSION="1.7"
44+
- python: "3.8"
45+
env: DJANGO_VERSION="1.8"
46+
- python: "3.8"
47+
env: DJANGO_VERSION="1.9"
48+
- python: "3.8"
49+
env: DJANGO_VERSION="1.10"
50+
4251

4352
before_deploy:
4453
- pip install wheel

0 commit comments

Comments
 (0)