Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 176 Bytes

CONTRIBUTING.rst

File metadata and controls

13 lines (10 loc) · 176 Bytes

Contrib Guide

Setup

python -m venv venv
source venv/bin/activate
pip install -r dev-requirements.txt
pip install -e .
invoke test