X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO%2Ftox.ini;h=5641e9f27d8a4262320dcd5ffa0e35911a0b2b1f;hp=810ab397fc74e4106d4183acf7ae64b4e51cb597;hb=96abfc244d7937f7bb33aae8916033c0defd29d4;hpb=7d782eff123e5b44d41437377ccca66ad1e8b21b diff --git a/RO/tox.ini b/RO/tox.ini index 810ab397..5641e9f2 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 \