Use tox -c option

This commit is contained in:
link2xt
2023-10-22 14:48:30 +02:00
committed by holger krekel
parent 02205246dd
commit 7ee84b44df
+2 -9
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 $@