From c239204eb69ef0f01578b537e58ae0be9408a109 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 28 Dec 2020 12:16:37 -0500 Subject: [PATCH] Pass the GITHUB_ACTIONS --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 7233b94..764a1f6 100644 --- a/tox.ini +++ b/tox.ini @@ -12,6 +12,8 @@ commands = pytest {posargs} usedevelop = True extras = testing +passenv = + GITHUB_ACTIONS [testenv:docs] extras =