diff --git a/tox.ini b/tox.ini
index dc3e7798..b030c882 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,14 +11,17 @@ install_command =
 commands =
     /usr/bin/find . -type f -name "*.pyc" -delete
 passenv =
+    COMMON_TESTS_PATH
     HOME
-    USER
     http_proxy
     HTTP_PROXY
     https_proxy
     HTTPS_PROXY
     no_proxy
     NO_PROXY
+    TESTING_BRANCH
+    TESTING_HOME
+    USER
 whitelist_externals =
     bash
 setenv =