Skip to content

Commit 25c0f66

Browse files
ossdev07nedbat
authored andcommitted
Added arm64 job for Travis-CI
Signed-off-by: ossdev07 <[email protected]>
1 parent 1c5f661 commit 25c0f66

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dist: xenial
88
language: python
99

1010
cache: pip
11+
1112
python:
1213
- '2.7'
1314
- '3.5'
@@ -17,6 +18,18 @@ python:
1718
- 'pypy2.7-6.0'
1819
- 'pypy3.5-6.0'
1920

21+
# Only testing it for python3.8 on aarch64 platform, since it already has a lot of jobs to test and takes long time.
22+
matrix:
23+
include:
24+
- python: 3.8
25+
arch: arm64
26+
env:
27+
- COVERAGE_COVERAGE=no
28+
- python: 3.8
29+
arch: arm64
30+
env:
31+
- COVERAGE_COVERAGE=yes
32+
2033
env:
2134
matrix:
2235
- COVERAGE_COVERAGE=no

0 commit comments

Comments
 (0)