File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 4
4
# Tell Travis what to do
5
5
# https://travis-ci.com/nedbat/coveragepy
6
6
7
- dist : xenial
7
+ dist : focal
8
8
language : python
9
9
10
10
cache : pip
11
11
12
+ # https://docs.travis-ci.com/user/languages/python/#python-versions
12
13
python :
13
14
- ' 2.7'
14
15
- ' 3.5'
15
16
- ' 3.6'
16
17
- ' 3.7'
17
18
- ' 3.8'
18
- - ' pypy2.7-6.0 '
19
- - ' pypy3.5-6.0 '
19
+ - ' pypy2.7-7.3.1 '
20
+ - ' pypy3.6-7.3.1 '
20
21
21
22
# Only testing it for python3.8 on aarch64 platform, since it already has a lot
22
23
# of jobs to test and takes long time.
Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ environment:
47
47
- JOB : " 3.8 64-bit"
48
48
TOXENV : " py38"
49
49
PYTHON : " C:\\ Python38-x64"
50
- PYTHON_VERSION : " 3.8.5 "
50
+ PYTHON_VERSION : " 3.8.6 "
51
51
PYTHON_ARCH : " 64"
52
52
53
53
- JOB : " 3.9 64-bit"
54
54
TOXENV : " py39"
55
55
PYTHON : " C:\\ Python39-x64"
56
- PYTHON_VERSION : " 3.9.0b5 "
56
+ PYTHON_VERSION : " 3.9.0 "
57
57
PYTHON_ARCH : " 64"
58
58
59
59
# 32-bit jobs don't run the tests under the Python tracer, since that should
@@ -89,14 +89,14 @@ environment:
89
89
- JOB : " 3.8 32-bit"
90
90
TOXENV : " py38"
91
91
PYTHON : " C:\\ Python38"
92
- PYTHON_VERSION : " 3.8.5 "
92
+ PYTHON_VERSION : " 3.8.6 "
93
93
PYTHON_ARCH : " 32"
94
94
COVERAGE_NO_PYTRACER : " 1"
95
95
96
96
- JOB : " 3.9 32-bit"
97
97
TOXENV : " py39"
98
98
PYTHON : " C:\\ Python39"
99
- PYTHON_VERSION : " 3.9.0b5 "
99
+ PYTHON_VERSION : " 3.9.0 "
100
100
PYTHON_ARCH : " 32"
101
101
COVERAGE_NO_PYTRACER : " 1"
102
102
@@ -108,10 +108,10 @@ environment:
108
108
PYTHON_ARCH : " 32"
109
109
COVERAGE_COVERAGE : " yes"
110
110
111
- - JOB : " Meta 3.6 "
112
- TOXENV : " py36 "
113
- PYTHON : " C:\\ Python36 "
114
- PYTHON_VERSION : " 3.6.11 "
111
+ - JOB : " Meta 3.8 "
112
+ TOXENV : " py38 "
113
+ PYTHON : " C:\\ Python38 "
114
+ PYTHON_VERSION : " 3.8.6 "
115
115
PYTHON_ARCH : " 32"
116
116
COVERAGE_COVERAGE : " yes"
117
117
You can’t perform that action at this time.
0 commit comments