summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-08-22 20:01:38 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-08-22 20:01:38 -0400
commitfd540b6535f56647581df61333bac7eadc1309f8 (patch)
tree6353dfed1e79ccee467bef28d48d8882d1d711ab
parent534678f19edd76e6f93ad31900d9a92d00ef25fd (diff)
downloadpytest-runner-fd540b6535f56647581df61333bac7eadc1309f8.tar.gz
Move Tidelift token into Travis configuration
-rw-r--r--.travis.yml7
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index a9afa23..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-jobs:
- include:
- - stage: deploy
- env:
- # TIDELIFT_TOKEN
- - secure: ...
- TOX_TESTENV_PASSENV="TIDELIFT_TOKEN"
diff --git a/tox.ini b/tox.ini
index 7f9b6c1..3505351 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,7 @@
[testenv:release]
deps =
jaraco.tidelift
+passenv =
+ TIDELIFT_TOKEN
commands =
python -m jaraco.tidelift.publish-release-notes