X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=025f4a0ea1829662f92f0dc12aa4af426ca8d4f6;hb=a92a0eaaf370c626b442863f4127cd11fc64754c;hp=0000000000000000000000000000000000000000;hpb=862a60ae93454d1cb15feb25efa31f493e2f46d3;p=osm%2FRO.git diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..025f4a0e --- /dev/null +++ b/tox.ini @@ -0,0 +1,22 @@ +[tox] +#envlist = py27,py3 +envlist = py27 +toxworkdir={homedir}/.tox + +[testenv] +deps=nose + mock +commands=nosetests + +[testenv:flake8] +basepython = python +deps = flake8 +commands = + flake8 setup.py + +[testenv:build] +basepython = python +deps = stdeb + setuptools-version-command +commands = python setup.py --command-packages=stdeb.command bdist_deb +