Skip to content

Commit 16cc352

Browse files
committed
Pass env vars to tox
This enables us to skip youtube-dl tests in GitHub Actions by ensuring that the "CI" env var is passed to tox.
1 parent 81b6a57 commit 16cc352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ python =
1616

1717
[testenv]
1818
setenv = PYWB_NO_VERIFY_SSL = 1
19+
passenv = *
1920
deps =
2021
-rtest_requirements.txt
2122
-rrequirements.txt

0 commit comments

Comments
 (0)