diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-05-17 16:37:45 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-05-17 16:37:45 -0400 |
| commit | 534678f19edd76e6f93ad31900d9a92d00ef25fd (patch) | |
| tree | d4dea0017772f49c522ed7718a2743d20eb39235 | |
| parent | e8db26a129378279833620da952a1ecc6cef937b (diff) | |
| download | python-setuptools-git-534678f19edd76e6f93ad31900d9a92d00ef25fd.tar.gz | |
Use technique for environment passing matching that found in jaraco/skeleton
| -rw-r--r-- | .travis.yml | 1 | ||||
| -rw-r--r-- | tox.ini | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 13f58071..a9afa23f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,3 +4,4 @@ jobs: env: # TIDELIFT_TOKEN - secure: ... + TOX_TESTENV_PASSENV="TIDELIFT_TOKEN" @@ -1,6 +1,4 @@ [testenv:release] -passenv = - TIDELIFT_TOKEN deps = jaraco.tidelift commands = |
