update tox testing run to relevant python env (#12748)

This commit is contained in:
Amit Miran
2021-01-28 09:52:35 +02:00
committed by GitHub
parent 14de7b4791
commit cae751ee54

View File

@@ -650,7 +650,7 @@ tox -e <environment>
For example,
```bash
tox -e py36
tox -e py38
```
Alternatively, you can run all tests in a single file via,