diff options
author | Damien George <damien.p.george@gmail.com> | 2016-12-22 11:27:35 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-12-22 11:27:35 +1100 |
commit | 97f3797b820e18ad475658442caec1ce97563771 (patch) | |
tree | 57e38a0d9a769bb15bf320e69bc8a31e43705d83 | |
parent | cdec7ba30ed6d527c2d007b7fd37413f0c71a1fd (diff) | |
download | micropython-97f3797b820e18ad475658442caec1ce97563771.tar.gz micropython-97f3797b820e18ad475658442caec1ce97563771.zip |
travis: Include persistent bytecode with floats in coverage tests.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 1bac66fe00..a6732d3afe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,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) + - (cd tests && MICROPY_CPYTHON3=python3.4 MICROPY_MICROPYTHON=../unix/micropython_coverage ./run-tests --via-mpy -d basics float) after_success: - (cd unix && coveralls --root .. --build-root . --gcov $(which gcov) --gcov-options '\-o build-coverage/' --include py --include extmod) |