From 7a96f3f9701b9a3009dc7ddff8f2029bfcfc72aa Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 16 Aug 2019 15:57:01 -0300 Subject: [PATCH] Merge pull request #5750 from nicoddemus/fix-gh-publish-notes Forward $TRAVIS_REPO_SLUG for GH publish notes --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f2cb74e68..ab9f581f7 100644 --- a/tox.ini +++ b/tox.ini @@ -140,7 +140,7 @@ commands = python scripts/release.py {posargs} description = create GitHub release after deployment basepython = python3.6 usedevelop = True -passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG +passenv = GH_RELEASE_NOTES_TOKEN TRAVIS_TAG TRAVIS_REPO_SLUG deps = github3.py pypandoc