diff options
author | Damien George <damien.p.george@gmail.com> | 2016-09-20 12:21:53 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-09-20 12:21:53 +1000 |
commit | cc7c311b5eab2749bc071716eec8a06271278f01 (patch) | |
tree | 70eaa04ab6369da9e274cef71e0f783d4deb588d | |
parent | 3f5fe6269eb8ec003c0dee876df0d8cbe3725205 (diff) |
travis: Run feature and coverage test for precompiled mpy files.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8f164598e..255f28af2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ script: - (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) + - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --via-mpy -d basics) after_success: - (cd unix && coveralls --root .. --build-root . --gcov $(which gcov) --gcov-options '\-o build-coverage/' --include py --include extmod) |