Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.19 KB

contributing.md

File metadata and controls

26 lines (15 loc) · 1.19 KB

Contributing

All projects under the Pylons Project, including this one, follow the guidelines established at How to Contribute, Coding Style and Standards, and Pylons Project Documentation Style Guide.

You can contribute to this project in several ways.

Running Tests and Building Docs

Run tox from within your checkout. This will run the tests across all supported systems and attempt to build the docs.

To run the tests for Python 3.7 only:

$ tox -e py37

To build the docs:

$ tox -e docs

See the tox.ini file for details.