Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 342 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (12 loc) · 342 Bytes

Contributing

To get setup in the environment and run the tests, take the following steps:

virtualenv -p python3 env
source env/bin/activate
pip install -r requires/testing.txt

nosetests
flake8

Test Coverage

Pull requests that make changes or additions that are not covered by tests will likely be closed without review.