From 9425e725d0dc0f8c8496d15d7f302b0178ad495c Mon Sep 17 00:00:00 2001 From: Hunter Richards Date: Tue, 27 Aug 2024 09:43:06 -0500 Subject: [PATCH] Add gh-actions section --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index cd4118e..3d072e6 100644 --- a/tox.ini +++ b/tox.ini @@ -79,3 +79,9 @@ branch = True omit = *tests* *migrations* + +[gh-actions] +python = + 3.6: py36 + 3.8: py38 + 3.9: py39