[Pytest-commit] commit/tox: hpk42: Merged in msabramo/tox/doc_update_jenkins_example_3 (pull request #94)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Apr 27 08:06:47 CEST 2014


1 new commit in tox:

https://bitbucket.org/hpk42/tox/commits/2abae477c284/
Changeset:   2abae477c284
User:        hpk42
Date:        2014-04-27 08:06:41
Summary:     Merged in msabramo/tox/doc_update_jenkins_example_3 (pull request #94)

doc: Update Jenkins example to use code-block
Affected #:  1 file

diff -r 0c390972b576b50dc0e78bd5cbb8e6a164f15f8b -r 2abae477c284db3715ea9ff16dd62d03f7714677 doc/example/jenkins.txt
--- a/doc/example/jenkins.txt
+++ b/doc/example/jenkins.txt
@@ -32,7 +32,9 @@
 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

Repository URL: https://bitbucket.org/hpk42/tox/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list