We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5f661 commit 25c0f66Copy full SHA for 25c0f66
.travis.yml
@@ -8,6 +8,7 @@ dist: xenial
8
language: python
9
10
cache: pip
11
+
12
python:
13
- '2.7'
14
- '3.5'
@@ -17,6 +18,18 @@ python:
17
18
- 'pypy2.7-6.0'
19
- 'pypy3.5-6.0'
20
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
29
30
31
+ - COVERAGE_COVERAGE=yes
32
33
env:
34
matrix:
35
- COVERAGE_COVERAGE=no
0 commit comments