Developer resources

See also:

Requirements

To install production and test dependencies:

(botibal) $ pip install -r requirements/tests.txt

To install production, test and development dependencies:

(botibal) $ pip install -r requirements/development.txt

Tools

Static analysis:

Tests:

Tox

Alternatively, if you have Tox installed, as well as a Python 3.5+ interpreter available:

# yup, it's that simple ;-)
$ tox