summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2014-04-27 08:07:01 +0200
committerholger krekel <holger@merlinux.eu>2014-04-27 08:07:01 +0200
commit9e558d2074ba184facaaa081c7129ac2b0a73b59 (patch)
tree4e49dfa75297d2480ee3309bd053bbb3c6133a15
parent74d05ce7a12b5e2708e5ded12732f56b54968c4d (diff)
parent7815350cda97cbec84b29b0c9f2993b14658a7d8 (diff)
downloadtox-9e558d2074ba184facaaa081c7129ac2b0a73b59.tar.gz
Merged in msabramo/tox/tox_quickstart_add_py34 (pull request #98)
tox-quickstart: Add py34
-rw-r--r--doc/example/jenkins.txt4
1 files changed, 3 insertions, 1 deletions
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