We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec94fb commit 8a6a7f1Copy full SHA for 8a6a7f1
CONTRIBUTING.md
@@ -40,7 +40,7 @@ You can run `tox` with the following arguments:
40
- `tox` to run all existing tox commands, including unit tests for all packages
41
under multiple Python versions
42
- `tox -e docs` to regenerate the API docs
43
-- `tox -e py37-test-instrumentation-aiopg` to e.g. run the aiopg instrumentation unit tests under a specific
+- `tox -e py311-test-instrumentation-aiopg` to e.g. run the aiopg instrumentation unit tests under a specific
44
Python version
45
- `tox -e spellcheck` to run a spellcheck on all the code
46
- `tox -e lint` to run lint checks on all code
0 commit comments