aboutsummaryrefslogtreecommitdiffstats
path: root/.pylintrc
AgeCommit message (Collapse)AuthorFilesLines
2017-11-17Tox: add a pep8 targetEmma Foley1-0/+152
Adds a pep8, pep8-full targets to tox: * pep8 target: runs pylint on the changed files * pep8-full target: runs pylint on whole repo Adds scripts to run pylint: * stored in tools/ Documentation: changeed the command for running tests (run_tests.sh -> tox). This runs the same set of tests as before. JIRA: YARDSTICK-832 Change-Id: I652da87723682d958f3fcbc2eb4cd88422636a3b Signed-off-by: Emma Foley <emma.l.foley@intel.com>