X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=RO%2Ftox.ini;h=7c20f6f42d5a3426b82bf919dd241c36026d4861;hb=e8d56b6856b4365e62a36dbeea1b42fc29d81174;hp=810ab397fc74e4106d4183acf7ae64b4e51cb597;hpb=b4ed4ec1af622db023ee4e3cf6686af2283401db;p=osm%2FRO.git diff --git a/RO/tox.ini b/RO/tox.ini index 810ab397..7c20f6f4 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, unittest +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 \