update tox calls to use run, update all pip calls to use python -m (#86)

This commit is contained in:
Paul Robinson
2023-04-25 15:20:55 -06:00
committed by pacrob
parent da9b95f37c
commit cc24e7e468
4 changed files with 10 additions and 8 deletions

View File

@ -27,7 +27,7 @@ common: &common
python -m pip install tox
- run:
name: run tox
command: python -m tox -r
command: python -m tox run -r
- save_cache:
paths:
- .hypothesis
@ -57,7 +57,7 @@ windows_steps: &windows_steps
python -m pip install tox
- run:
name: run tox
command: python -m tox -r
command: python -m tox run -r
- save_cache:
paths:
- .tox