X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=2a96a5975edbe7ec50e161c830eccf24522507cf;hb=refs%2Fchanges%2F36%2F9936%2F2;hp=5f3bc3a1003ea98e963be9c1a0e602247c067ca5;hpb=b2e59822121d8261f2b6b5c0e261a33fdb2d8d36;p=osm%2FIM.git diff --git a/tox.ini b/tox.ini index 5f3bc3a..2a96a59 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ # limitations under the License. [tox] -envlist = py27,py3 +envlist = py3 toxworkdir={homedir}/.tox [testenv] @@ -22,7 +22,7 @@ deps=nose commands=nosetests [testenv:flake8] -basepython = python +basepython = python3 deps = flake8 commands = flake8 setup.py @@ -39,3 +39,4 @@ basepython = python3 deps = stdeb setuptools-version-command commands = python3 setup.py --command-packages=stdeb.command bdist_deb +