Add integration tests.
[osm/N2VC.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index b4fec3d..8c4b0cd 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -11,9 +11,15 @@ skipsdist=True
 usedevelop=True
 passenv =
     HOME
-commands = py.test -ra -s -x -n auto
 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]
+commands = py.test -ra -s -x -n auto