Tox: add a pep8 target 75/46575/14
authorEmma Foley <emma.l.foley@intel.com>
Thu, 2 Nov 2017 16:50:14 +0000 (16:50 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Fri, 17 Nov 2017 17:18:30 +0000 (17:18 +0000)
commit44070670c798d2cde2824f3150b2b11bf35c6319
tree5349fca98fa3a01ddd3f50f49847e0ced1c37528
parentb22b09d3e58bc01105165434a1220f581d6ab31b
Tox: add a pep8 target

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>
.pylintrc [new file with mode: 0644]
docs/testing/developer/devguide/devguide.rst
run_tests.sh
tools/coding-checks.sh [new file with mode: 0644]
tox.ini