We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7599d83 commit f7c085eCopy full SHA for f7c085e
CONTRIBUTING.rst
@@ -75,6 +75,9 @@ You need to install ``tox`` (``pip3 install tox``) to run tests and lint checks
75
# run unit tests in one python environment only (useful for quick testing during development):
76
tox -e py311
77
78
+ # run unit and smoke tests in one python environment only
79
+ tox -e py312,smoke
80
+
81
# build the documentation - the result will be generated in build/sphinx/html/:
82
tox -e docs
83
0 commit comments