From 56bb6f3979c6f46b5a71a05844718aba1717eccb Mon Sep 17 00:00:00 2001 From: Damien George <damien.p.george@gmail.com> Date: Sat, 9 Jul 2016 16:53:40 +0100 Subject: [PATCH] travis: Run unix thread tests. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7ae9f4952..f9ee2ab0f 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: -- GitLab