Skip to content

Commit 29ff438

Browse files
committed
updates tox config
1 parent eb1f825 commit 29ff438

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tox.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ markers =
2626

2727
[testenv]
2828
;install_command=pip install {opts} {packages}
29-
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH PYTHONDONTWRITEBYTECODE PGHOST PGPORT
29+
passenv =
30+
PYTHONDONTWRITEBYTECODE
31+
PGHOST
32+
PGPORT
3033

3134
whitelist_externals =
3235
/usr/local/bin/psql

0 commit comments

Comments
 (0)