Running testsΒΆ

First, install the additional requirements using the following command:

$ pip install tox

Then run tests using the following command:

$ tox

Tox checks that Poppy works against the following environments:

python 2.6
python 2.7
python 3.3
pypy

Tox also performs the following coding enforcement checks:

pep8
code coverage (100% required)