X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=cmdatahandlers%2Ftox.ini;h=dcf56217d79d5a5448b2bc18dd63933c409a3821;hb=147117d684ede9d1f34e6dda67dc8feac450b7f8;hp=488964dd4d1a982b93f518ab9882090506c349b3;hpb=eab13b2a30c8ace45b72b4560392a8ec6f41c128;p=ta%2Fconfig-manager.git diff --git a/cmdatahandlers/tox.ini b/cmdatahandlers/tox.ini index 488964d..dcf5621 100644 --- a/cmdatahandlers/tox.ini +++ b/cmdatahandlers/tox.ini @@ -11,7 +11,7 @@ setenv = passenv = COVERAGE_FILE -commands = /bin/cp -R {toxinidir}/tests/mocked_dependencies/cmdatahandlers {toxworkdir}/py27-pytest/lib/python2.7/site-packages/ +commands = /bin/cp -R {toxinidir}/tests/mocked_dependencies/serviceprofiles {toxworkdir}/py27-pytest/lib/python2.7/site-packages/ pytest -vv \ --basetemp={envtmpdir} \ --pep8 \ @@ -52,7 +52,7 @@ pep8ignore = src/setup.py ALL tests/* ALL [testenv:pylint] -commands = /bin/cp -R {toxinidir}/tests/mocked_dependencies/cmdatahandlers {toxworkdir}/pylint/lib/python2.7/site-packages/ +commands = /bin/cp -R {toxinidir}/tests/mocked_dependencies/serviceprofiles {toxworkdir}/pylint/lib/python2.7/site-packages/ -pylint --rcfile={toxinidir}/pylintrc {posargs:cmdatahandlers.performance_profiles} deps=