Use correct Docker image per Pyhon version

This commit is contained in:
2021-11-27 22:01:47 -05:00
parent fcf777b50c
commit 6b086ca1a9
2 changed files with 31 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ console_scripts =
gbasm = gbasm.gbasm:main
[tox:tox]
envlist = py3{7,8,9}
envlist = py3{7,8,9,10}
[testenv]
deps = pytest