Use tox -c option

This commit is contained in:
link2xt
2023-10-22 11:49:25 +00:00
committed by holger krekel
parent 02205246dd
commit 7ee84b44df

View File

@@ -1,11 +1,4 @@
#!/bin/bash
pushd chatmaild
tox
popd
pushd deploy-chatmail
tox
popd
tox -c chatmaild
tox -c deploy-chatmail
venv/bin/pytest tests/online -vrx --durations=5 $@