X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=789bbebdecabf8f09702a6ccac257b36367427ab;hb=7dd0c1586fa760fbdf8a3195d67596bd6b26b10d;hp=b4fec3d19a332fff1a19ef4060f504079ccd1334;hpb=afb309d17dadc062017ee3d6425491193181138e;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index b4fec3d..789bbeb 100644 --- a/tox.ini +++ b/tox.ini @@ -11,9 +11,18 @@ skipsdist=True usedevelop=True passenv = HOME -commands = py.test -ra -s -x -n auto deps = pytest pytest-asyncio pytest-xdist mock + asynctest + ipdb + +[testenv:py35] +# default tox env excludes integration tests +commands = py.test -ra -v -s -x -n auto -k 'not integration' {posargs} + +[testenv:integration] +basepython=python3 +commands = py.test -ra -v -s -x -n auto {posargs}