diff --git a/run_tests.sh b/run_tests.sh index 710f8d590925..9cee6751b1e4 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -25,6 +25,10 @@ To run a subset of any of these tests: i.e.: tox -e py27 test_servers +Use following to replace './run_test.sh -8' to do pep8 check with changed files + + tox -e pep8 -- -HEAD + Additional tox targets are available in tox.ini. For more information see: http://docs.openstack.org/project-team-guide/project-setup/python.html