Skip to content

Commit

Permalink
chore: pass environment variables in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch committed Mar 21, 2020
1 parent 98d3f77 commit e06d33c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -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
Expand Down

0 comments on commit e06d33c

Please sign in to comment.