diff --git a/.travis.yml b/.travis.yml index 7ae9f4952ddd3137b4005712c88e906a68cde707..f9ee2ab0fef43d9b8450f38ed4387362dabc5adc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,7 @@ script: # run tests with coverage info - make -C unix coverage - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests) + - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests -d thread) - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --emit native) after_success: