Merge pull request #2125 from aanand/pass-all-docker-env-vars-to-pytest

Pass all DOCKER_ env vars to py.test
This commit is contained in:
Daniel Nephin 2015-10-01 13:47:03 -04:00
commit 5b95c989cd
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ usedevelop=True
passenv =
LD_LIBRARY_PATH
DOCKER_HOST
DOCKER_CERT_PATH
DOCKER_TLS_VERIFY
setenv =
HOME=/tmp
deps =