From 64d58c3d3deef2e212eb6a63a8d0f6af348924e6 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 24 Apr 2014 07:58:29 -0700 Subject: doc: Update Jenkins example to use code-block --- doc/example/jenkins.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/example/jenkins.txt b/doc/example/jenkins.txt index bfdceee..a3e7de2 100644 --- a/doc/example/jenkins.txt +++ b/doc/example/jenkins.txt @@ -32,7 +32,9 @@ using these steps: The last point requires that your test command creates JunitXML files, for example with ``py.test`` it is done like this: - commands=py.test --junitxml=junit-{envname}.xml +.. code-block:: ini + + commands = py.test --junitxml=junit-{envname}.xml -- cgit v1.2.1