summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2020-03-21 19:48:43 -0400
committerNejc Habjan <hab.nejc@gmail.com>2020-03-21 19:48:43 -0400
commite06d33c1bcfa71e0c7b3e478d16b3a0e28e05a23 (patch)
tree8e18e1e3ea6bb7e9694927e348d20b4b733d95aa
parent98d3f770c4cc7e15493380e1a2201c63f0a332a2 (diff)
downloadgitlab-e06d33c1bcfa71e0c7b3e478d16b3a0e28e05a23.tar.gz
chore: pass environment variables in tox
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 8c5753d..92d227d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,6 +4,7 @@ skipsdist = True
envlist = py38,py37,py36,pep8,black
[testenv]
+passenv = GITLAB_IMAGE GITLAB_TAG
setenv = VIRTUAL_ENV={envdir}
whitelist_externals = true
usedevelop = True