X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=d4f3a731fb31b7cd9ade8bf36da70700598fc7d4;hb=63413d09a6fae28fd1fec1ea07bb10b368d561c9;hp=235813e12d7531f1ae757bd24320713b76ff883a;hpb=21ba8065355c663597df7bd2b481ade519f89a79;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index 235813e..d4f3a73 100644 --- a/tox.ini +++ b/tox.ini @@ -11,8 +11,16 @@ skipsdist=True usedevelop=True passenv = HOME -commands = py.test -ra -s -x 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