Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 292 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (9 loc) · 292 Bytes

How to contribute

We need more tests.

Getting started

Write a test.

Running tests

On Circle-CI we run the tests using tox. You may use nosetests instead:

$ nosetests -v tests/

Make sure you verify that the tests succeeds on Circle-CI before pushing merging with master.