浏览代码

Configure tox-gh-actions

Thomas Kluyver 4 年之前
父节点
当前提交
4388690220
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      tox.ini

+ 8 - 0
tox.ini

@@ -2,6 +2,14 @@
 isolated_build = True
 envlist = python
 
+[gh-actions]
+python =
+    3.5: python
+    3.6: python
+    3.7: python
+    3.8: python
+    3.9: python
+
 [testenv]
 deps = pytest
        pytest-cov