X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;h=8c4b0cd2ebfabd6b15c0e6c5e6c1a98799b4ac80;hp=b4fec3d19a332fff1a19ef4060f504079ccd1334;hb=f33ed4d2e1efc9e479445da842d08256ceaccac8;hpb=546f9ef4d42473d33fcceb04e9ab410c7a4ec7a4 diff --git a/tox.ini b/tox.ini index b4fec3d..8c4b0cd 100644 --- 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