mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
update tox calls to use run, update all pip calls to use python -m (#86)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user