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: CONTRIBUTING.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,5 @@ Every commit is checked with pre-commit hooks for :
21
21
- type safety with [mypy](http://mypy-lang.org/)
22
22
- test conformance by running [tests](./tests) with [pytest](https://docs.pytest.org/en/latest/)
23
23
- You can run `pytest` from the command line.
24
+
25
+
- You can also run `tox` from the command line to test in all supported python versions. Note that this will require you to have all supported python versions installed.
0 commit comments