Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 619 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (20 loc) · 619 Bytes

Contributing to csvw

Installing csvw for development

  1. Fork cldf/csvw
  2. Clone your fork (including submodules):
    git clone --recurse-submodules https://github.com/<your-handle>/csvw
  3. Install csvw for development (preferably in a separate virtual environment) running
    pip install -r requirements

Running the test suite

The test suite is run via

pytest

Cross-platform compatibility tests can additionally be run via

tox -r