diff --git a/tox.ini b/tox.ini
index c905acc177be995cf94dfd60bf66ed8f93947037..2a34348876d61c1e22afab5a7dd0f8162d1b5c6a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,7 @@ commands =
     tar -C {envtmpdir} -vxf {toxinidir}/tests/integration/net.tar
     bash {envtmpdir}/net/start.sh
     bash -c "time python3 {envtmpdir}/net/wait.py {envtmpdir}/net/{auth,relay,exit}*"
-    bash -c "python3 {toxinidir}/scripts/tools/sbws-http-server.py --port 28888 &"
+    bash -c "python3 {toxinidir}/scripts/tools/sbws-http-server.py --port 28888 &>/dev/null &"
     sleep 30
     wget -O/dev/null http://127.0.0.1:28888/sbws.bin
     coverage run -a --rcfile={toxinidir}/.coveragerc --source=sbws -m pytest -s {toxinidir}/tests/integration -vv