X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=b4fec3d19a332fff1a19ef4060f504079ccd1334;hb=546f9ef4d42473d33fcceb04e9ab410c7a4ec7a4;hp=e57cea154f3bc277ec00857cdf09c2f40354fe3f;hpb=8a3ccd4c23c41b30126ae548a575233cba11cc4d;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index e57cea1..b4fec3d 100644 --- a/tox.ini +++ b/tox.ini @@ -5,10 +5,15 @@ [tox] envlist = py35 +skipsdist=True [testenv] +usedevelop=True passenv = HOME -commands = py.test -rsx -s +commands = py.test -ra -s -x -n auto deps = pytest + pytest-asyncio + pytest-xdist + mock