Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 781 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 781 Bytes

This project is retired; no further contributions accepted.

Testing

To run the tests, you have a couple of options.

Option 1: tox. Install tox, locate yourself in the main project directory, and run tox. All dependencies will be installed in virtual environments, and the code will be tested against Python 2.6 and 2.7, if they are installed on your system.

Option 2: Install nose and mock. Locate yourself in the main project directory, and run nosetests.

Building documentation

Install sphinx, locate yourself in the docs directory and run make html. Then open the _build/index.html page.