Lines Matching +full:python +full:- +full:version
1 python-junit-xml
3 .. image:: https://travis-ci.org/kyrus/python-junit-xml.png?branch=master
6 -----
8 A Python module for creating JUnit XML test result documents that can be
10 test suite written in Python and want to take advantage of Jenkins' or Bamboo's
21 ------------
27 pip install junit-xml
29 easy_install junit-xml
35 git clone https://github.com/kyrus/python-junit-xml.git
36 python setup.py install
39 -----
43 .. code-block:: python
54 .. code-block:: xml
56 <?xml version="1.0" ?>
60 <system-out>
62 </system-out>
63 <system-err>
65 </system-err>
72 .. code-block:: python
84 -----------------
92 Releasing a new version
93 -----------------------
95 1. Bump version in `setup.py`
96 2. Build distribution with `python setup.py sdist bdist_wheel`
98 4. Verify the new version was uploaded at https://pypi.org/project/junit-xml/#history