You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,13 @@ To run tests clone the repository, and then:
33
33
# Run tests
34
34
pytest
35
35
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
+
36
43
### Setup pre-commit
37
44
38
45
pre-commit hooks is an additional option to check linting and formatting of code independent of
0 commit comments