Skip to content

Commit 6d70469

Browse files
author
Jon Wayne Parrott
committed
Adding E2E_URL variable to tox passenv
1 parent 39b4d5d commit 6d70469

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

6-pubsub/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deps =
99
-rrequirements-dev.txt
1010
commands =
1111
py.test --cov=bookshelf --no-success-flaky-report -m "not e2e" {posargs: tests}
12-
passenv = GOOGLE_APPLICATION_CREDENTIALS DATASTORE_HOST
12+
passenv = GOOGLE_APPLICATION_CREDENTIALS DATASTORE_HOST E2E_URL
1313
setenv = PYTHONPATH={toxinidir}
1414

1515
[testenv:py34]

7-gce/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deps =
99
-rrequirements-dev.txt
1010
commands =
1111
py.test --cov=bookshelf --no-success-flaky-report -m "not e2e" {posargs: tests}
12-
passenv = GOOGLE_APPLICATION_CREDENTIALS DATASTORE_HOST
12+
passenv = GOOGLE_APPLICATION_CREDENTIALS DATASTORE_HOST E2E_URL
1313
setenv =
1414
PYTHONPATH={toxinidir}
1515
=http://localhost:8565

optional-container-engine/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deps =
99
-rrequirements-dev.txt
1010
commands =
1111
py.test --cov=bookshelf --no-success-flaky-report -m "not e2e" {posargs: tests}
12-
passenv = GOOGLE_APPLICATION_CREDENTIALS DATASTORE_HOST
12+
passenv = GOOGLE_APPLICATION_CREDENTIALS DATASTORE_HOST E2E_URL
1313
setenv = PYTHONPATH={toxinidir}
1414

1515
[testenv:py34]

0 commit comments

Comments
 (0)