X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=ad75354e7552638435218489a1b9ee4213eab84a;hb=f5edc06be0d8bedeb0904b348ba5e3e67c74f186;hp=465cf5b3ce53606016a5492858d1fb427bcb8bfb;hpb=d27b72f2341b3b0657b850cc4fc29bb164d8f97a;p=vvp%2Fvalidation-scripts.git diff --git a/tox.ini b/tox.ini index 465cf5b..ad75354 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ # =================================================================== # # Unless otherwise specified, all software contained herein is licensed -# under the Apache License, Version 2.0 (the “License”); +# under the Apache License, Version 2.0 (the "License"); # you may not use this software except in compliance with the License. # You may obtain a copy of the License at # @@ -21,7 +21,7 @@ # # # Unless otherwise specified, all documentation contained herein is licensed -# under the Creative Commons License, Attribution 4.0 Intl. (the “License”); +# under the Creative Commons License, Attribution 4.0 Intl. (the "License"); # you may not use this documentation except in compliance with the License. # You may obtain a copy of the License at # @@ -47,7 +47,7 @@ distribute = False commands = {envpython} --version pytest --version - coverage run --module pytest ice_validator --self-test -rxXs + coverage run --module pytest ice_validator/tests --self-test -rxXs coverage xml deps = -rrequirements.txt flake8 @@ -62,3 +62,7 @@ basepython=python2.7 [testenv:py3] basepython=python3.6 + +[flake8] +ignore = W391, W503 +max-line-length = 88