Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit 8eefb37

Browse files
committed
testing: extended passenv
1 parent 32925fd commit 8eefb37

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,14 @@ setenv =
4444
# but it validates that it accepts extra params.
4545
MOLECULE_OPTS=--destroy always
4646
passenv =
47+
CI
4748
DOCKER_*
48-
TWINE_*
49+
PYTEST_OPTIONS
4950
SSH_AUTH_SOCK
51+
TOXENV
52+
TRAVIS
53+
TRAVIS_*
54+
TWINE_*
5055
whitelist_externals =
5156
bash
5257
twine

0 commit comments

Comments
 (0)