From 77727e259e31e8516c3079bc88b2c8dbd11e2d12 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 $@