X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=6fd781ff2155901d4b80c6f5c5c2d8be27d59632;hb=8e3ce87077f8f5a6edc75733ab552780a702fc1d;hp=025f4a0ea1829662f92f0dc12aa4af426ca8d4f6;hpb=a92a0eaaf370c626b442863f4127cd11fc64754c;p=osm%2FRO.git diff --git a/tox.ini b/tox.ini index 025f4a0e..6fd781ff 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] #envlist = py27,py3 -envlist = py27 +envlist = py3 toxworkdir={homedir}/.tox [testenv] @@ -9,14 +9,14 @@ deps=nose commands=nosetests [testenv:flake8] -basepython = python +basepython = python3 deps = flake8 commands = flake8 setup.py [testenv:build] -basepython = python +basepython = python3 deps = stdeb setuptools-version-command -commands = python setup.py --command-packages=stdeb.command bdist_deb +commands = python3 setup.py --command-packages=stdeb.command bdist_deb