From a5ff03affaf32f16e26bd654e4b10ade7f54cabd Mon Sep 17 00:00:00 2001
From: Adam Williamson <awilliam@redhat.com>
Date: Fri, 10 Feb 2023 11:43:50 -0800
Subject: [PATCH] Add gh-actions section to tox.ini

This is a missing bit of the CI enablement, per
https://github.com/ymyzk/tox-gh-actions . I hope this will make
the Python 3.6 tests run properly.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
---
 tox.ini | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/tox.ini b/tox.ini
index fdd9144..6a147b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,16 @@
 [tox]
 envlist = py27,py35,py36,py37,py38,py39,py310,py311,py312,flake
 
+[gh-actions]
+python =
+    3.6: py36
+    3.7: py37
+    3.8: py38
+    3.9: py39
+    3.10: py310
+    3.11: py311, flake
+    3.12: py312
+
 [testenv]
 deps =
     pytest
-- 
GitLab