mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
Add PyPy support
Run CI against PyPy and build PyPy wheels.
This commit is contained in:
@@ -33,7 +33,7 @@ mkdir -p $TOXWORKDIR
|
||||
# Note that the independent remote_tests_python step does all kinds of
|
||||
# live-testing already.
|
||||
unset DCC_NEW_TMP_EMAIL
|
||||
tox --workdir "$TOXWORKDIR" -e py37,py38,py39,py310,auditwheels
|
||||
tox --workdir "$TOXWORKDIR" -e py37,py38,py39,py310,pypy37,pypy38,pypy39,auditwheels
|
||||
popd
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user