Development ########### Contributing ============ The source code is available on `GitHub `_ and on `Framagit `_. You can use both instances for submitting pull-requests or issues. Testing ======= In order to test ReactOBus, you should install `py.test `_: .. code-block:: shell pip install pytest Then run the test with: .. code-block:: shell py.test -v tests The code should be also *pep8* clean: .. code-block:: shell pep8 ReactoBus pep8 reactobus Continuous integration ====================== The tests are run on each push to the github repository, thanks to Travis-CI. The results are: * `Test results `_ * `Coverage report `_ * `Static analysis `_