X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=5babec024170b3fd34fb244789a9dbd3c4f2aab0;hb=132f5ea91d63a915b2d892fc5a54429a8dc92bba;hp=e57cea154f3bc277ec00857cdf09c2f40354fe3f;hpb=8a3ccd4c23c41b30126ae548a575233cba11cc4d;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index e57cea1..5babec0 100644 --- a/tox.ini +++ b/tox.ini @@ -5,10 +5,13 @@ [tox] envlist = py35 +skipsdist=True [testenv] +usedevelop=True passenv = HOME -commands = py.test -rsx -s +commands = py.test -rsx deps = pytest + mock