Added controller to ssh fix. (#100)
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 8c4b0cd..1ac6356 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -22,4 +22,5 @@ deps =
 commands = py.test -ra -s -x -n auto -k 'not integration'
 
 [testenv:integration]
-commands = py.test -ra -s -x -n auto
+basepython=python3
+commands = py.test -ra -s -x -n auto {posargs}