Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 6ebf681ed..20f5cda32 100644
--- a/tox.ini
+++ b/tox.ini
@@ -61,6 +61,7 @@ commands =
deps =
setuptools==36.8.0
wheel==0.29.0
+passenv = TRAVIS
[testenv]
commands =
@@ -69,12 +70,16 @@ commands =
setenv =
PYTHONPATH = {toxinidir}
PYTHONHASHSEED = 0
+passenv =
+ {[testenv:py26]passenv}
[testenv:py33]
commands =
{[testenv]commands}
deps =
wheel==0.29.0
+passenv =
+ {[testenv]passenv}
[testenv:py27-oldest]
commands =
@@ -82,6 +87,8 @@ commands =
setenv =
{[testenv]setenv}
CERTBOT_OLDEST=1
+passenv =
+ {[testenv]passenv}
[testenv:py27_install]
basepython = python2.7
@@ -93,6 +100,8 @@ basepython = python2.7
commands =
{[base]install_packages}
./tox.cover.sh
+passenv =
+ {[testenv]passenv}
[testenv:lint]
# recent versions of pylint do not support Python 2.6 (#97, #187)