X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=280145a9ccec50ed427f68311d7946b16d41ba89;hb=eeb2c002b1ee84406f22a64e1cea69cc0687d63c;hp=0000000000000000000000000000000000000000;hpb=fd17d64a37b6074b69c99121a9a284dcd4acc056;p=osm%2Fosmclient.git diff --git a/tox.ini b/tox.ini new file mode 100644 index 0000000..280145a --- /dev/null +++ b/tox.ini @@ -0,0 +1,19 @@ +[tox] +envlist = py27,py3,flake8 + +[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