Skip to content

Commit 04258f9

Browse files
committed
updated build rules
1 parent 6ca8f3a commit 04258f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sdk: get-openapi-generator ; $(info $(M) [OpenAPIv3] Generate Python SDK client
9898
$Q cp -f $(BUILD_DIR)/tox.ini .
9999

100100
.PHONY: tests
101-
tests: ; $(info $(M) [Go] Testing Kowabunga SDK…) @
101+
tests: ; $(info $(M) [Python] Testing Kowabunga SDK…) @
102102
$Q python3 -m venv $(RUNTIME_DIR)
103103
$Q $(RUNTIME_DIR)/bin/pip3 install -r requirements.txt
104104
$Q $(RUNTIME_DIR)/bin/pip3 install -r test-requirements.txt

0 commit comments

Comments
 (0)