aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/devguide/devguide.rst
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-11-29 11:50:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-29 11:50:04 +0000
commit449679aeee27e08d5e47a7d5d76857b4827e263e (patch)
treeca36e2104a16fa3ab84ef53102cb672de177ac55 /docs/testing/developer/devguide/devguide.rst
parent75606db72e5d3afb6afe590e76b3baef3af3f5c6 (diff)
parent44070670c798d2cde2824f3150b2b11bf35c6319 (diff)
Merge "Tox: add a pep8 target"
Diffstat (limited to 'docs/testing/developer/devguide/devguide.rst')
-rwxr-xr-xdocs/testing/developer/devguide/devguide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/testing/developer/devguide/devguide.rst b/docs/testing/developer/devguide/devguide.rst
index da7629add..4f69456fc 100755
--- a/docs/testing/developer/devguide/devguide.rst
+++ b/docs/testing/developer/devguide/devguide.rst
@@ -372,7 +372,7 @@ directory using the ``cd`` command. Assume that ``YARDSTICK_REPO_DIR`` is the pa
Verify your patch::
- ./run_tests.sh
+ tox
It is used in CI but also by the CLI.