Add functional tests for Model.add_machine()
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 5babec0..235813e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,8 @@ skipsdist=True
 usedevelop=True
 passenv =
     HOME
-commands = py.test -rsx
+commands = py.test -ra -s -x
 deps =
     pytest
+    pytest-asyncio
     mock