From ae2384d0d3a8a4b723f5c0b118f0334f2b9875b4 Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 26 Jan 2021 20:54:50 -0500 Subject: [PATCH] Update tox.ini to pass all GH vars --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c60403df..da86a4d5 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ commands= unit2 discover -s tests/unit -p test_*_py3*.py [testenv:coveralls] -passenv=COVERALLS_GIT_BRANCH COVERALLS_REPO_TOKEN GITHUB_TOKEN +passenv = GITHUB_* COVERALLS_* basepython=python3.9 usedevelop=True deps=