mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-30 08:04:08 +00:00
Add PyPy3.
This commit is contained in:
parent
2444c55b36
commit
c6ee41ab5c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -41,10 +41,14 @@ jobs:
|
|||||||
- 3.7
|
- 3.7
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
|
- pypy-3.7
|
||||||
|
- pypy-3.8
|
||||||
include:
|
include:
|
||||||
# On macOS don't bother with 3.7-3.8, just to get faster builds.
|
# On macOS don't bother with 3.7-3.8, just to get faster builds.
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: pypy3.8
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# See https://github.com/actions/checkout. A fetch-depth of 0
|
# See https://github.com/actions/checkout. A fetch-depth of 0
|
||||||
|
6
tox.ini
6
tox.ini
@ -10,13 +10,15 @@ python =
|
|||||||
3.7: py37-coverage,typechecks,codechecks
|
3.7: py37-coverage,typechecks,codechecks
|
||||||
3.8: py38-coverage
|
3.8: py38-coverage
|
||||||
3.9: py39-coverage
|
3.9: py39-coverage
|
||||||
pypy-3.7: pypy3
|
pypy-3.7: pypy37
|
||||||
|
pypy-3.8: pypy38
|
||||||
|
pypy-3.9: pypy39
|
||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
twisted = 1
|
twisted = 1
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = typechecks,codechecks,py{37,38,39}-{coverage},pypy27,pypy3,integration
|
envlist = typechecks,codechecks,py{37,38,39}-{coverage},pypy27,pypy37,pypy38,pypy39,integration
|
||||||
minversion = 2.4
|
minversion = 2.4
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user