Skip to content

Commit 2c8bbc3

Browse files
committed
conan-io#146 Pass env var through tox
Signed-off-by: Uilian Ries <[email protected]>
1 parent 646c7d0 commit 2c8bbc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ setenv =
2121
coverage: COVERAGE_FILE={toxinidir}/.coverage
2222
coverage: PYTESTDJANGO_COVERAGE_SRC={toxinidir}/
2323

24-
passenv = PYTEST_ADDOPTS
24+
passenv = PYTEST_ADDOPTS USE_UNSUPPORTED_CONAN_WITH_PYTHON_2
2525

2626
commands =
2727
coverage: coverage erase

0 commit comments

Comments
 (0)