Skip to content

Commit 29a5cc1

Browse files
authored
Merge pull request #160 from pytest-dev/pypy_3_9
test PyPy 3.9
2 parents 5699113 + 90273a4 commit 29a5cc1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
"pypy2.7": docker://pypy:2.7-buster
4444
"pypy3.7": docker://pypy:3.7-buster
4545
"pypy3.8": docker://pypy:3.8-buster
46+
"pypy3.9": docker://pypy:3.9-buster
4647
- name: 🪟
4748
runs-on: windows-latest
4849
python_platform: win32
@@ -112,6 +113,12 @@ jobs:
112113
docker: pypy3.8
113114
implementation: pypy
114115
major: 3
116+
- name: PyPy 3.9
117+
tox: pypy39
118+
action: pypy-3.9
119+
docker: pypy3.9
120+
implementation: pypy
121+
major: 3
115122
reactor:
116123
- name: default
117124
tox: default

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist=
3-
py{27,py27,35,36,37,38,39,310,py37,py38}-defaultreactor
4-
py{35,36,37,38,39,310,py37,py38}-asyncioreactor
3+
py{27,py27,35,36,37,38,39,310,py37,py38,py39}-defaultreactor
4+
py{35,36,37,38,39,310,py37,py38,py39}-asyncioreactor
55
py{35,36,37,38,39,310}-pyqt5reactor
66
py{35,36,37,38,39,310}-pyside2reactor
77
linting

0 commit comments

Comments
 (0)