X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=tox.ini;h=0b66370514e6c211b5e8025d4ba672c1b488d3e5;hp=44933907ce1302dbbebb035086df556e4a9b0ba8;hb=27797538e3a008bfe4c3085ced33daeb6ef88433;hpb=94b645e0104e813616289a24c2f53b32c6931b0c diff --git a/tox.ini b/tox.ini index 4493390..0b66370 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ toxworkdir={homedir}/.tox [testenv] deps=nose mock + pyyaml commands=nosetests [testenv:flake8] @@ -18,3 +19,9 @@ basepython = python deps = stdeb setuptools-version-command commands = python setup.py --command-packages=stdeb.command bdist_deb + +[testenv:build3] +basepython = python3 +deps = stdeb + setuptools-version-command +commands = python3 setup.py --command-packages=stdeb.command bdist_deb