Skip to content

Commit 808a1e9

Browse files
committed
Switch tox static to pypy3
1 parent 9788b7f commit 808a1e9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
4242
- name: Run Tox (CPython)
4343
if: "${{ !startsWith(matrix.py, 'pypy') }}"
44-
run: tox -e static,optimized,py3
44+
run: tox -e optimized,py3
4545

4646
- name: Run Tox (PyPy)
4747
if: "${{ startsWith(matrix.py, 'pypy') }}"
48-
run: tox -e pypy3
48+
run: tox -e static,pypy3
4949
env:
5050
PYPY_GC_MAX: "10G"
5151

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ min_version = 2.0
33
envlist = py3,pypy3,static
44

55
[testenv:static]
6+
basepython = pypy3
67
extras =
78
lint
89
optimized

0 commit comments

Comments
 (0)