Update tox.yml

This commit is contained in:
Benoit Chesneau 2023-01-17 20:45:47 +01:00 committed by GitHub
parent 0b2c6fd99e
commit 48eda22a4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,5 @@ jobs:
python-version: ${{ matrix.python }}
- run: pip install --upgrade pip
- run: pip install tox
- run: pip install -e .
- run: tox -e py