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