We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c297ca3 commit 6ca17bcCopy full SHA for 6ca17bc
1 file changed
tests/run-tests
@@ -13,7 +13,7 @@ if os.name == 'nt':
13
MP_PY = os.getenv('MICROPY_MP_PY', '../windows/micropython.exe')
14
else:
15
CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3')
16
- MP_PY = ('MICROPY_MP_PY', '../unix/micropython')
+ MP_PY = os.getenv('MICROPY_MP_PY', '../unix/micropython')
17
18
# Set of tests that we shouldn't run under Travis CI
19
skip_travis_tests = set(['basics/memoryerror.py'])
0 commit comments