Skip to content

Commit

Permalink
Add initial contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Dec 17, 2023
1 parent 5be6886 commit e7928f2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
3.7
3.8
3.9
3.10
3.11
15 changes: 15 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 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.

0 comments on commit e7928f2

Please sign in to comment.