Skip to content

Commit 80fa5f4

Browse files
committedDec 3, 2020
Document how to use tox
1 parent acaec95 commit 80fa5f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎docs/CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ To run tests clone the repository, and then:
3333
# Run tests
3434
pytest
3535

36+
### Running against multiple environments
37+
38+
You can also use the excellent [tox](https://tox.readthedocs.io/en/latest/) testing tool to run the tests against all supported versions of Python and Django. Install `tox` globally, and then simply run:
39+
40+
tox
41+
42+
3643
### Setup pre-commit
3744

3845
pre-commit hooks is an additional option to check linting and formatting of code independent of

0 commit comments

Comments
 (0)
Please sign in to comment.