mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 08:04:49 +01:00
Pass env vars to tox (#823)
This enables us to skip youtube-dl tests in GitHub Actions by ensuring that the "CI" env var is passed to tox.
This commit is contained in:
parent
81b6a57dfb
commit
ed36830dc5
1
tox.ini
1
tox.ini
@ -16,6 +16,7 @@ python =
|
||||
|
||||
[testenv]
|
||||
setenv = PYWB_NO_VERIFY_SSL = 1
|
||||
passenv = *
|
||||
deps =
|
||||
-rtest_requirements.txt
|
||||
-rrequirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user