summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorossdev07 <ossdev@puresoftware.com>2019-12-30 06:01:00 +0000
committerNed Batchelder <ned@nedbatchelder.com>2020-02-17 15:12:54 -0500
commit25c0f660c256bd4d0224e7b58b40acc5aa4a7428 (patch)
tree74f25b544d650f8862057923948c7ee6574dba39
parent1c5f6610f987cc6fd7c575fac45470b91a72b731 (diff)
downloadpython-coveragepy-git-25c0f660c256bd4d0224e7b58b40acc5aa4a7428.tar.gz
Added arm64 job for Travis-CI
Signed-off-by: ossdev07 <ossdev@puresoftware.com>
-rw-r--r--.travis.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c68e816f..2135dae0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ dist: xenial
language: python
cache: pip
+
python:
- '2.7'
- '3.5'
@@ -17,6 +18,18 @@ python:
- 'pypy2.7-6.0'
- 'pypy3.5-6.0'
+# Only testing it for python3.8 on aarch64 platform, since it already has a lot of jobs to test and takes long time.
+matrix:
+ include:
+ - python: 3.8
+ arch: arm64
+ env:
+ - COVERAGE_COVERAGE=no
+ - python: 3.8
+ arch: arm64
+ env:
+ - COVERAGE_COVERAGE=yes
+
env:
matrix:
- COVERAGE_COVERAGE=no