From d9c4e646c4d37048be50c31e9e28288e96f761f0 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 15 Aug 2019 22:50:55 -0300 Subject: [PATCH] Forward TRAVIS_REPO_SLUG env var for GH publish notes Fix #5749 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6467ddacd..15360826f 100644 --- a/tox.ini +++ b/tox.ini @@ -118,7 +118,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