X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=025f4a0ea1829662f92f0dc12aa4af426ca8d4f6;hb=55195779db090c1e753a4fa4357b5152d455e9fe;hp=0000000000000000000000000000000000000000;hpb=005a9dcfbf5e978f73b10b975e35bc95adc9a11f;p=osm%2Fopenvim.git diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..025f4a0 --- /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 +