Use updated tox command in CI (#67)

This commit is contained in:
kclowes
2022-09-19 14:55:43 -06:00
committed by GitHub
parent 99af2f4d53
commit e785138a21

View File

@ -25,7 +25,7 @@ common: &common
command: pip install --user tox
- run:
name: run tox
command: ~/.local/bin/tox -r
command: python -m tox -r
- save_cache:
paths:
- .hypothesis