X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO-client%2Ftox.ini;h=a131fea44042cecfaa66103f09f9928ffaa26b0c;hb=f48d5b381ae5df1638009cc3fa8d78d2acef1adc;hp=a8e7c3a62f992184eba842c9d7f4c3793c586b09;hpb=7d782eff123e5b44d41437377ccca66ad1e8b21b;p=osm%2FRO.git diff --git a/RO-client/tox.ini b/RO-client/tox.ini index a8e7c3a6..a131fea4 100644 --- a/RO-client/tox.ini +++ b/RO-client/tox.ini @@ -14,14 +14,12 @@ # limitations under the License. [tox] -envlist = py3 -toxworkdir={homedir}/.tox +envlist = flake8 +toxworkdir={toxinidir}/../.tox [testenv] basepython = python3 install_command = python3 -m pip install -r requirements.txt -U {opts} {packages} -deps = -r{toxinidir}/test-requirements.txt -commands=python3 -m unittest discover -v [testenv:flake8] basepython = python3