From ada80345abca8d302e8f65d1e4d6ac6acdfe5deb Mon Sep 17 00:00:00 2001 From: Honglei Date: Mon, 19 Jul 2021 23:52:51 +0800 Subject: [PATCH] Update tox.ini --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tox.ini b/tox.ini index 8bb56694..a95fb2de 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,14 @@ [tox] envlist = {3.6,3.7,3.8,3.9,3.10} +[gh-actions] +python = + 3.6: py36 + 3.7: py37 + 3.8: py38 + 3.9: py39 + 3.10: py310 + [testenv] commands = make check whitelist_externals = make