From 98b694f5ca94bfe839742f5e1e2b06a94c61761f Mon Sep 17 00:00:00 2001 From: Scott Miller Date: Tue, 3 Nov 2015 14:11:22 -0500 Subject: [PATCH] Update README.md --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index bb3f229d1f1..fb541818aeb 100644 --- a/test/README.md +++ b/test/README.md @@ -12,7 +12,7 @@ mock interfaces rather than producing side effects. Playbook engine code is better suited for integration tests. -Requirements: sudo pip install paramiko PyYAML jinja2 httplib2 passlib nose mock +Requirements: `sudo pip install paramiko PyYAML jinja2 httplib2 passlib nose mock` integration -----------