Skip to content

Commit 6c6e616

Browse files
committed
update to local
1 parent 7fe53d3 commit 6c6e616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55

66
test-local: build
77
docker run -it -v ${PWD}:/usr/src -w /usr/src \
8-
-e LABELBOX_TEST_ENVIRON="staging" \
8+
-e LABELBOX_TEST_ENVIRON="local" \
99
-e LABELBOX_TEST_API_KEY_STAGING=${LABELBOX_TEST_API_KEY_LOCAL} \
1010
local/labelbox-python:test pytest $(PATH_TO_TEST) -svvx
1111

0 commit comments

Comments
 (0)