Skip to content

Commit

Permalink
pinned asv commit and added --dry-run option
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWenger committed Aug 28, 2020
1 parent eb2644d commit 0aa752b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ commands = black .
[testenv:benchmarks]
description = Dry run the benchmarks to check for errors
basepython = python3
deps = git+https://github.com/airspeed-velocity/asv.git@master#egg=asv
deps = git+https://github.com/airspeed-velocity/asv.git@a131ca742daf53c4521fbfefeb53507b5c140c84#egg=asv
changedir = benchmarks
commands =
asv machine --yes
asv run -e --quick --strict --show-stderr --python=same
asv run -e --quick --dry-run --strict --show-stderr --python=same



Expand Down

0 comments on commit 0aa752b

Please sign in to comment.