mirror of https://github.com/Kozea/pygal.git
Python to generate nice looking SVG graph
http://pygal.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
628 B
33 lines
628 B
9 years ago
|
============
|
||
|
Contributing
|
||
|
============
|
||
|
|
||
|
|
||
|
Github
|
||
|
======
|
||
|
|
||
|
Submit your bug reports and feature requests to the `github bug tracker <http://github.com/Kozea/pygal/issues>`_.
|
||
|
|
||
|
|
||
|
Testing
|
||
|
=======
|
||
|
|
||
|
Before submiting a pull request, please check that all tests still pass.
|
||
|
|
||
|
|
||
|
To do this install ``py.test`` and them run ``py.test`` in the root of your pygal clone:
|
||
|
|
||
|
.. code-block:: bash
|
||
|
|
||
|
[dev@dev pygal/]$ py.test
|
||
|
|
||
|
|
||
|
Even better if you have several python versions installed you can run ``tox``.
|
||
|
|
||
|
|
||
|
Continuous Integration
|
||
|
======================
|
||
|
|
||
|
The current build status can be seen at our `ymci <https://ymci.kozea.fr/project/view/12>`_
|
||
|
|