Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 280 Bytes

DEVELOPERS.md

File metadata and controls

17 lines (14 loc) · 280 Bytes

Tests

You are a developer and want to contribute? If you want to run tests do the following:

Install the development environment

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
pip install -r requirements-dev.txt

Run tests

make test