From cf8118fda29250a48589d1c92463e2de13bca32b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Sep 2019 07:07:28 -0400 Subject: [PATCH] test --- Bakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bakefile b/Bakefile index cfe7dc6..b80b329 100644 --- a/Bakefile +++ b/Bakefile @@ -72,12 +72,12 @@ random/python/ip: //ci: unset BAKEFILE - mkdir -p reports/bats - pipenv install --deploy --system --dev + # pipenv install --deploy --system --dev //ci/tests: //ci unset BAKEFILE + mkdir -p reports/bats cd tests && bats *.bats > "reports/bats/output.tap" lazy_brew() {