Update changelog for 0.4.0
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index e57cea1..1ac6356 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,10 +5,22 @@
 
 [tox]
 envlist = py35
+skipsdist=True
 
 [testenv]
+usedevelop=True
 passenv =
     HOME
-commands = py.test -rsx -s
 deps =
     pytest
+    pytest-asyncio
+    pytest-xdist
+    mock
+
+[testenv:py35]
+# default tox env excludes integration tests
+commands = py.test -ra -s -x -n auto -k 'not integration'
+
+[testenv:integration]
+basepython=python3
+commands = py.test -ra -s -x -n auto {posargs}