From f7bd247df195fcee9b81e01d789a1d204c464479 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Thu, 14 May 2015 11:22:43 -0700 Subject: [PATCH] Adding passenv to tox coveralls rule. See #176 and GoogleCloudPlatform/gcloud-python#878 for context. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index ad152a4..54f6c33 100644 --- a/tox.ini +++ b/tox.ini @@ -35,6 +35,7 @@ commands = deps = {[testenv:cover]deps} coveralls +passenv = {[testenv:system-tests]passenv} [testenv:docs] basepython = python2.7