Skip to content

Commit

Permalink
Pass through CI env vars if present
Browse files Browse the repository at this point in the history
  • Loading branch information
danpalmer committed Apr 4, 2021
1 parent 3e19eac commit 649b80b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ deps =
commands =
poetry install -v
poetry run pytest tests/
passenv =
POSTGRES_USER
POSTGRES_PASSWORD
POSTGRES_HOST
POSTGRES_PORT

0 comments on commit 649b80b

Please sign in to comment.