This project is retired; no further contributions accepted.
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
.
Install sphinx, locate yourself in the docs
directory and
run make html
. Then open the _build/index.html
page.