Commit 691c3eb
committed
fix: Include
The contribution instructions direct new code contributors to run test using
`tox`. However, `tox` is not included in the `test-requirements.txt` file,
requiring an extra step for new contributors to install `tox` manually.
This commit adds `tox` to the `test-requirements.txt` file so that new code
contributors automatically get it when they install the test requirements.tox in test-requirements.txt1 parent d16e5ef commit 691c3eb
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
0 commit comments