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 #!/bin/bash
tox -c chatmaild
pushd chatmaild tox -c deploy-chatmail
tox
popd
pushd deploy-chatmail
tox
popd
venv/bin/pytest tests/online -vrx --durations=5 $@ venv/bin/pytest tests/online -vrx --durations=5 $@