X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=d4f3a731fb31b7cd9ade8bf36da70700598fc7d4;hb=d5c6e7d7472f407a030e76a1c9e2f672896037f7;hp=b4fec3d19a332fff1a19ef4060f504079ccd1334;hpb=6c4ec5e0056a73ae0e0ca46ceb4b662a647acefe;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index b4fec3d..d4f3a73 100644 --- a/tox.ini +++ b/tox.ini @@ -11,9 +11,16 @@ 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] +basepython=python3 +commands = py.test -ra -s -x -n auto