Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 162 Bytes

HACKING.rst

File metadata and controls

11 lines (7 loc) · 162 Bytes

Hacking

To create a development environment, use a Python 3 virtualenv:

pyvenv-3.5 .
bin/pip install -e .\[test]

Run tests:

bin/py.test