8000 Update .travis.yml · nageshlop/html5lib-python@b54c812 · GitHub
[go: up one dir, main page]

Skip to content

Commit b54c812

Browse files
committed
Update .travis.yml
added support for ppc64le
1 parent 2c19b98 commit b54c812

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.travis.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
language: python
2+
arch:
3+
- amd64
4+
- ppc64le
25
python:
36
- "pypy3"
47
- "pypy"
@@ -8,7 +11,15 @@ python:
811
- "3.5"
912
- "2.7"
1013
- "3.9-dev"
11-
14+
# ppc64le specific code
15+
jobs:
16+
exclude:
17+
- arch: ppc64le
18+
python:
19+
- "pypy3"
20+
- arch: ppc64le
21+
python:
22+
- "pypy"
1223
cache: pip
1324

1425
env:

0 commit comments

Comments
 (0)
0