Skip to content

Commit 69f00c4

Browse files
committed
travis-ci should now support python language for s390x/ppc64le/arm64
1 parent 5e3a587 commit 69f00c4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
- python: "3.6"
99
- python: "3.7"
1010
- python: "3.8"
11-
- language: c
11+
- python: "3.7"
1212
arch: arm64
13-
- language: c
13+
- python: "3.7"
1414
arch: ppc64le
15-
- language: c
15+
- python: "3.7"
1616
arch: s390x
1717
- python: "3.7"
1818
env: LINTER=1
@@ -24,7 +24,6 @@ notifications:
2424
email: false
2525

2626
before_install:
27-
- if [ "$(uname -m)" != "x86_64" ]; then sudo apt-get install -y python3-pip python3-venv && python3 -m venv ./.venv && source ./.venv/bin/activate; fi
2827
- pip install --upgrade pip setuptools
2928

3029
install:

0 commit comments

Comments
 (0)