From 0a64aafd766ee935815e645ee70c8926114ce2b7 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Mon, 21 Aug 2023 19:49:02 -0600 Subject: [PATCH] BUG: ``asv dev`` has been removed, use ``asv run``. --- tools/travis-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/travis-test.sh b/tools/travis-test.sh index 637961ccc32b..9664b83c3c73 100755 --- a/tools/travis-test.sh +++ b/tools/travis-test.sh @@ -183,7 +183,7 @@ EOF pushd ../benchmarks $PYTHON `which asv` check --python=same $PYTHON `which asv` machine --machine travis - $PYTHON `which asv` dev -q 2>&1| tee asv-output.log + $PYTHON `which asv` run -q 2>&1| tee asv-output.log if grep -q Traceback asv-output.log; then echo "Some benchmarks have errors!" exit 1