mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
Run Python 3 instead of Python 3.7 from run-python-test.sh
User does not necessarily have python3.7 installed, current version is 3.10.
This commit is contained in:
@@ -22,4 +22,4 @@ export PYTHONDONTWRITEBYTECODE=1
|
||||
# run python tests (tox invokes pytest to run tests in python/tests)
|
||||
#TOX_PARALLEL_NO_SPINNER=1 tox -e lint,doc
|
||||
tox -e lint
|
||||
tox -e doc,py37
|
||||
tox -e doc,py3
|
||||
|
||||
Reference in New Issue
Block a user