Enable parallel testing
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 235813e..b4fec3d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,8 +11,9 @@ skipsdist=True
 usedevelop=True
 passenv =
     HOME
-commands = py.test -ra -s -x
+commands = py.test -ra -s -x -n auto
 deps =
     pytest
     pytest-asyncio
+    pytest-xdist
     mock