Commit 534678f1 authored by Jason R. Coombs's avatar Jason R. Coombs

Use technique for environment passing matching that found in jaraco/skeleton

parent e8db26a1
...@@ -4,3 +4,4 @@ jobs: ...@@ -4,3 +4,4 @@ jobs:
env: env:
# TIDELIFT_TOKEN # TIDELIFT_TOKEN
- secure: ... - secure: ...
TOX_TESTENV_PASSENV="TIDELIFT_TOKEN"
[testenv:release] [testenv:release]
passenv =
TIDELIFT_TOKEN
deps = deps =
jaraco.tidelift jaraco.tidelift
commands = commands =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment