summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-05-17 16:37:45 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-05-17 16:37:45 -0400
commit534678f19edd76e6f93ad31900d9a92d00ef25fd (patch)
treed4dea0017772f49c522ed7718a2743d20eb39235
parente8db26a129378279833620da952a1ecc6cef937b (diff)
downloadpytest-runner-534678f19edd76e6f93ad31900d9a92d00ef25fd.tar.gz
Use technique for environment passing matching that found in jaraco/skeleton
-rw-r--r--.travis.yml1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 13f5807..a9afa23 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,3 +4,4 @@ jobs:
env:
# TIDELIFT_TOKEN
- secure: ...
+ TOX_TESTENV_PASSENV="TIDELIFT_TOKEN"
diff --git a/tox.ini b/tox.ini
index 8f41979..7f9b6c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,4 @@
[testenv:release]
-passenv =
- TIDELIFT_TOKEN
deps =
jaraco.tidelift
commands =