Skip to content

Commit

Permalink
Use updated tox command in CI (ethereum#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes authored Sep 19, 2022
1 parent 99af2f4 commit e785138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e785138

Please sign in to comment.