Fix bug 733
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index c54d27d..481bb9d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -14,14 +14,18 @@ markers =
 [testenv]
 basepython=python3
 usedevelop=True
+
 # for testing with other python versions
 commands = py.test --ignore modules/ --ignore tests/charms/ --tb native -ra -v -s -n auto -k 'not integration' -m 'not serial' {posargs}
 passenv =
     HOME
+    VCA_PATH
     VCA_HOST
     VCA_PORT
     VCA_USER
     VCA_SECRET
+    LXD_HOST
+    LXD_SECRET
     # These are needed so executing `charm build` succeeds
     TERM
     TERMINFO