From 38cce7a0a56dd568ca23433866fb7cdb0b03b87f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 19 Sep 2019 15:25:31 -0400 Subject: [PATCH] test depends on things --- Bakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bakefile b/Bakefile index 3f2f411..9fd462b 100644 --- a/Bakefile +++ b/Bakefile @@ -9,7 +9,7 @@ test: python/test docker/test # bake -i release v0.0.0 release: pypi/publish docker/release -python/test: +python/test: install/python pipenv run pytest docker/bash: docker/build