summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-05-17 16:17:33 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-05-17 16:17:33 -0400
commite8db26a129378279833620da952a1ecc6cef937b (patch)
treeafad3d4c31eff9d2655d61065d57dbc743621767
parent9edd5b701549833ebbfb354c072962c58e5394ac (diff)
downloadpytest-runner-e8db26a129378279833620da952a1ecc6cef937b.tar.gz
Add support for automatic publishing of release notes
-rw-r--r--.travis.yml6
-rw-r--r--tox.ini7
2 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..13f5807
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,6 @@
+jobs:
+ include:
+ - stage: deploy
+ env:
+ # TIDELIFT_TOKEN
+ - secure: ...
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..8f41979
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,7 @@
+[testenv:release]
+passenv =
+ TIDELIFT_TOKEN
+deps =
+ jaraco.tidelift
+commands =
+ python -m jaraco.tidelift.publish-release-notes