Merge pull request #56 from juju/issues/51
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index e57cea1..b4fec3d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,10 +5,15 @@
 
 [tox]
 envlist = py35
+skipsdist=True
 
 [testenv]
+usedevelop=True
 passenv =
     HOME
-commands = py.test -rsx -s
+commands = py.test -ra -s -x -n auto
 deps =
     pytest
+    pytest-asyncio
+    pytest-xdist
+    mock