From 8d47af49157e6b74d6cb857dedf1aa728292013f Mon Sep 17 00:00:00 2001 From: Jay Bazuzi Date: Tue, 1 Nov 2022 14:51:59 -0700 Subject: [PATCH] c - explain `tox -e py` --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3e37cb9..783bea0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,4 +27,4 @@ jobs: pip install pytest - name: Test run: | - tox -e py # Run tox using the version of Python in `PATH` + tox -e py # Use the Tox environment based on whatever `python` is found on the path. See https://tox.wiki/en/latest/config.html#tox-environments