Skip to content

Commit

Permalink
Merge pull request #192 from JonathanWenger/benchmark-testing
Browse files Browse the repository at this point in the history
Adjusted tox config such that asv fails on benchmark error
  • Loading branch information
JonathanWenger authored Aug 28, 2020
2 parents 19c93a1 + 0aa752b commit a232a03
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 = asv
deps = git+https://github.com/airspeed-velocity/asv.git@a131ca742daf53c4521fbfefeb53507b5c140c84#egg=asv
changedir = benchmarks
commands =
asv machine --yes
asv dev
asv run -e --quick --dry-run --strict --show-stderr --python=same



Expand Down

0 comments on commit a232a03

Please sign in to comment.