Run tox paralel to speedup tests

This commit is contained in:
2024-09-21 10:50:04 +02:00
parent 0c07dcfd66
commit a8e70e793f

View File

@@ -8,4 +8,4 @@ VERSION=$(grep version setup.cfg | sed 's/.*= *//')
sed -i "s/^__version__ = .*/__version__ = '${VERSION}'/" src/lmwsip/__init__.py
git add src/lmwsip/__init__.py
tox
tox -p