poppy/doc/source/gettingstarted_testing.rst
amitgandhinz 1146543147 adding docs
Change-Id: I0eef8bec16029e27ab27d8bb7dc69e5aa211e2ab
2014-08-25 12:34:07 -04:00

989 B

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)