Skip to content

Commit 94267c2

Browse files
committed
Mention and link to Hatch matrices in README.rst
1 parent bcb4846 commit 94267c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,11 @@ By splitting the tools out into separate environments, we save time by
284284
only installing packages that we actually need.
285285

286286
Take a look at the pyproject.toml configuration file to see precisely
287-
what each script does, and make any adjustments as desired.
287+
what each script does, and make any adjustments as desired. You can
288+
also define environments with one or more different versions of Python
289+
to run tests or for development. See the Hatch documentation on
290+
`matrices <https://hatch.pypa.io/1.9/environment/#matrix>`_ for
291+
details.
288292

289293
If you have make installed, the included Makefile provides handy
290294
shortcuts for various Hatch commands and the configured scripts. You

0 commit comments

Comments
 (0)