Testing
Continous integration with Travis-CI
The project is using Travis-CI service
for continous integration and testing.
Current build status is:
If you are submitting a patch or pull request please make sure it
does not break the build.
Running tests locally
Tests are implemented with nose, so use one of:
Running tests with Tox
There’s also a config file for running tests with Tox (pip install tox).
To for example run tests for Python 2.7 and Python 3.4 use:
For more information see the Tox documentation.