added full path to tox

This commit is contained in:
missytake
2023-10-24 21:53:23 +02:00
parent 1e7d0d10f5
commit ca70537453

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 $@