Update tox.ini

This commit is contained in:
Honglei 2021-07-19 23:52:51 +08:00 committed by GitHub
parent e1c46d9df9
commit ada80345ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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