Upgrade micropython tests to use v1.22, initial circuitpython work

This commit is contained in:
Miguel Grinberg
2023-12-27 20:36:49 +00:00
parent 84842e39c3
commit 79452a4699
9 changed files with 48 additions and 87 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist=flake8,py38,py39,py310,py311,py312,upy,benchmark
envlist=flake8,py38,py39,py310,py311,py312,upy,cpy,benchmark
skipsdist=True
skip_missing_interpreters=True
@@ -29,6 +29,10 @@ setenv=
allowlist_externals=sh
commands=sh -c "bin/micropython run_tests.py"
[testenv:cpy]
allowlist_externals=sh
commands=sh -c "bin/circuitpython run_tests.py"
[testenv:upy-mac]
allowlist_externals=micropython
commands=micropython run_tests.py