We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe53d3 commit 6c6e616Copy full SHA for 6c6e616
Makefile
@@ -5,7 +5,7 @@ build:
5
6
test-local: build
7
docker run -it -v ${PWD}:/usr/src -w /usr/src \
8
- -e LABELBOX_TEST_ENVIRON="staging" \
+ -e LABELBOX_TEST_ENVIRON="local" \
9
-e LABELBOX_TEST_API_KEY_STAGING=${LABELBOX_TEST_API_KEY_LOCAL} \
10
local/labelbox-python:test pytest $(PATH_TO_TEST) -svvx
11
0 commit comments