X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=65a62e5fdcdb4248a4001a339556e43d847e81c8;hb=1a3a4c95298f6f77e2b60a9f66a8cb43a0823d8f;hp=de33e96a4d66f7016f3a9fe54a83c5753b9a1506;hpb=3bedc9bf2cf602bd3a67ba699d60ea49539ae9e5;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index de33e96..65a62e5 100644 --- a/tox.ini +++ b/tox.ini @@ -24,10 +24,11 @@ deps = -r{toxinidir}/test-requirements.txt commands=python3 -m unittest discover -v [testenv:flake8] -basepython = python3 +basepython = python3.6 deps = flake8 commands = flake8 osm_lcm --max-line-length 120 \ - --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp --ignore W291,W293,E226,W504 + --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,frontend_grpc.py,frontend_pb2.py \ + --ignore W291,W293,E226,W504 [testenv:unittest] basepython = python3