diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-03-21 19:48:43 -0400 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2020-03-21 19:48:43 -0400 |
commit | e06d33c1bcfa71e0c7b3e478d16b3a0e28e05a23 (patch) | |
tree | 8e18e1e3ea6bb7e9694927e348d20b4b733d95aa | |
parent | 98d3f770c4cc7e15493380e1a2201c63f0a332a2 (diff) | |
download | gitlab-e06d33c1bcfa71e0c7b3e478d16b3a0e28e05a23.tar.gz |
chore: pass environment variables in tox
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |