From 7ee84b44df6ae8b4c1724b7584e79a2df8a2e7a9 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 22 Oct 2023 11:49:25 +0000 Subject: [PATCH] Use tox -c option --- scripts/test.sh | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index 53c93122..32f25566 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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 $@