From cae751ee5484a470de360c36f2853577b7e62c0b Mon Sep 17 00:00:00 2001 From: Amit Miran <47772523+amitmiran137@users.noreply.github.com> Date: Thu, 28 Jan 2021 09:52:35 +0200 Subject: [PATCH] update tox testing run to relevant python env (#12748) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ea8c4eaef..f4ff07dba 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -650,7 +650,7 @@ tox -e For example, ```bash -tox -e py36 +tox -e py38 ``` Alternatively, you can run all tests in a single file via,