Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 388 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 388 Bytes

Contributing

django-devdata uses Poetry for packaging and Tox for testing. It is recommended that you use Pyenv to provide versions of Python for testing, and that you do not use virtualenvs, but instead just use Poetry's built-in virtualenv handling.

Testing

poetry run tox

This should run all the tests across the supported Python and Django version combinations.