X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO%2Ftox.ini;h=068d8fc41604908a31d694db8c70da80187bc957;hb=949e05307d162826f2d4b9325758f3f232724458;hp=810ab397fc74e4106d4183acf7ae64b4e51cb597;hpb=7d782eff123e5b44d41437377ccca66ad1e8b21b;p=osm%2FRO.git diff --git a/RO/tox.ini b/RO/tox.ini index 810ab397..068d8fc4 100644 --- a/RO/tox.ini +++ b/RO/tox.ini @@ -12,17 +12,16 @@ # limitations under the License. [tox] -#envlist = py27,py3 -envlist = py35 -toxworkdir={homedir}/.tox +envlist = flake8 +toxworkdir={toxinidir}/.tox [testenv] -deps=nose - mock -commands=nosetests +usedevelop = True +basepython = python3 +install_command = python3 -m pip install -r requirements.txt -U {opts} {packages} [testenv:flake8] -basepython = python +basepython = python3 deps = flake8 # TODO for the moment few files are tested. commands = flake8 osm_ro/wim --max-line-length 120 \