X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=5b2d82ed9c0137c94b8b48ec0da883bbd0d97496;hb=refs%2Ftags%2F0.5.0;hp=1ac635621d4eebb9da0837e53f203e8b360fd0d1;hpb=a09dd5038d226fbcda54a79bdddc995054857198;p=osm%2FN2VC.git diff --git a/tox.ini b/tox.ini index 1ac6356..5b2d82e 100644 --- a/tox.ini +++ b/tox.ini @@ -16,10 +16,11 @@ 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 -s -x -n auto -k 'not integration' {posargs} [testenv:integration] basepython=python3