Fixup the pypy3 test example
This commit is contained in:
parent
c2466c2de5
commit
bc948d6e50
1 changed files with 3 additions and 4 deletions
|
|
@ -49,9 +49,9 @@
|
|||
- smokepypy:
|
||||
dir: smoke
|
||||
run: VERSION=2.7 METHOD=virtualenv PYTHON=pypy ./venv.sh
|
||||
- smokepypy3:
|
||||
- smokepypy38:
|
||||
dir: smoke
|
||||
run: VERSION=3.7 METHOD=venv PYTHON=pypy3.7 ./venv.sh
|
||||
run: VERSION=3.8 METHOD=venv PYTHON=pypy3.8 ./venv.sh
|
||||
- selftest37:
|
||||
dir: selftest
|
||||
run: VERSION=3.7 X="-x test_socket -x test_asyncgen -x test_asyncio -x test_compile -x test_concurrent_futures -x test_itertools -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_shutil -x test_time -x test_multiprocessing_spawn -x test_threading -x test_wsgiref" ./parallel.sh
|
||||
|
|
@ -75,11 +75,10 @@
|
|||
- python3.9
|
||||
- python3.11
|
||||
- pypy
|
||||
- pypy3
|
||||
- pypy3.8-devel
|
||||
- python2-devel
|
||||
- python3-devel
|
||||
- pypy-devel
|
||||
- pypy3-devel
|
||||
- python3-tox
|
||||
- python3-tkinter
|
||||
- python3-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue