Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 326 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 326 Bytes

Contributing

Developing

Create and activate a virtualenv with the development requirements:

virtualenv -p python3 venv
source venv/bin/activate

Testing

tox -e lint        # code style
tox -e static      # static analysis
tox -e unit        # unit tests
tox -e integration # integration tests