We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61ce96 commit 34e1199Copy full SHA for 34e1199
1 file changed
tests/run-tests
@@ -9,7 +9,7 @@ if os.name == 'nt':
9
CPYTHON3 = 'python3.exe'
10
MP_PY = '../windows/micropython.exe'
11
else:
12
- CPYTHON3 = 'python3'
+ CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3')
13
MP_PY = '../unix/micropython'
14
15
def rm_f(fname):
0 commit comments