Skip to content

Commit 5b1f9f7

Browse files
committed
Make tox v3.x pass DATABASE_URL into env
1 parent d7cd98e commit 5b1f9f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ commands:
4646
environment:
4747
DATABASE_URL: 'postgres://psqlextra:psqlextra@localhost:5432/psqlextra'
4848
DATABASE_IN_CONTAINER: 'true'
49+
TOX_TESTENV_PASSENV: 'DATABASE_URL DATABASE_IN_CONTAINER'
4950

5051
jobs:
5152
test-python36:

0 commit comments

Comments
 (0)