We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290b09e commit bb4e4dfCopy full SHA for bb4e4df
1 file changed
tox.ini
@@ -55,15 +55,18 @@ deps =
55
pylint
56
unittest2
57
protobuf==3.0.0-alpha-1
58
+passenv = {[testenv:regression]passenv}
59
60
[testenv:regression]
61
basepython =
62
python2.7
63
commands =
64
{toxinidir}/scripts/run_regression.sh
65
+passenv = GOOGLE_* GCLOUD_* TRAVIS* encrypted_*
66
67
[testenv:regression3]
68
69
python3.4
70
71
72
0 commit comments