diff options
-rw-r--r-- | .travis.yml | 13 |
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 |