X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=11c541aa4988358a553e40fd4f87f10f1735404c;hb=77b115abd07acee8c5b965ad754c06dd3d814938;hp=c91b77fa6cb293db9ca7856d6d8e878994f0d379;hpb=741893e4cd6589bb5f65fa9b51c1c86aff5b5c98;p=optf%2Fosdf.git diff --git a/tox.ini b/tox.ini index c91b77f..11c541a 100644 --- a/tox.ini +++ b/tox.ini @@ -17,13 +17,15 @@ commands = # TODO: need to update the above "omit" when we package osdf as pip-installable deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test/test-requirements.txt + -r{toxinidir}/requirements-osdf.txt + -r{toxinidir}/requirements-opteng.txt [run] -source=./osdf/,osdfapp.py +source=./apps/,./osdf/,osdfapp.py,./runtime/,solverapp.py [testenv:pylint] whitelist_externals=bash -commands = bash -c "pylint --reports=y osdf | tee pylint.out" +commands = bash -c "pylint --reports=y osdf apps runtime| tee pylint.out" [testenv:py3] basepython=python3.6