X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=tox.ini;h=502214f1638e3abeaeb72ff5dce615c19ffd312d;hp=789bbebdecabf8f09702a6ccac257b36367427ab;hb=refs%2Fheads%2Fv3.1;hpb=dcdf82bbc1ef310379f746518b2dd3b006353cb3 diff --git a/tox.ini b/tox.ini index 789bbeb..502214f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,25 +4,28 @@ # and then run "tox" from this directory. [tox] -envlist = py35 +envlist = lint,py35 skipsdist=True [testenv] +basepython=python3 usedevelop=True -passenv = - HOME +# for testing with other python versions +commands=nosetests deps = - pytest - pytest-asyncio - pytest-xdist + nose mock - asynctest - ipdb + pyyaml -[testenv:py35] -# default tox env excludes integration tests -commands = py.test -ra -v -s -x -n auto -k 'not integration' {posargs} +[testenv:lint] +envdir = {toxworkdir}/py35 +commands = + flake8 --ignore E501 {posargs} juju tests +deps = + flake8 -[testenv:integration] -basepython=python3 -commands = py.test -ra -v -s -x -n auto {posargs} +[testenv:build] +basepython = python3 +deps = stdeb + setuptools-version-command +commands = python3 setup.py --command-packages=stdeb.command bdist_deb