added full path to tox

This commit is contained in:
missytake 2023-10-24 21:53:23 +02:00 committed by holger krekel
parent 1e7d0d10f5
commit cf29053389

View File

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