X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=789bbebdecabf8f09702a6ccac257b36367427ab;hb=17b26ef759a99c9010ea30e47205bfb332400e74;hp=e57cea154f3bc277ec00857cdf09c2f40354fe3f;hpb=8a3ccd4c23c41b30126ae548a575233cba11cc4d;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index e57cea1..789bbeb 100644 --- a/tox.ini +++ b/tox.ini @@ -5,10 +5,24 @@ [tox] envlist = py35 +skipsdist=True [testenv] +usedevelop=True passenv = HOME -commands = py.test -rsx -s 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}