X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=5668cdf9f493f3fb4e611ab851ae08717bf073c4;hb=13d73a3515008c5797f83bcaef0adfb6627395d3;hp=1ac635621d4eebb9da0837e53f203e8b360fd0d1;hpb=77e2f1321fa65dab4fa63bdc7262273810fa0f5e;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index 1ac6356..5668cdf 100644 --- a/tox.ini +++ b/tox.ini @@ -16,11 +16,12 @@ deps = pytest-asyncio pytest-xdist mock + asynctest [testenv:py35] # default tox env excludes integration tests -commands = py.test -ra -s -x -n auto -k 'not integration' +commands = py.test -ra -v -s -x -n auto -k 'not integration' {posargs} [testenv:integration] basepython=python3 -commands = py.test -ra -s -x -n auto {posargs} +commands = py.test -ra -v -s -x -n auto {posargs}