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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,