summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-12-22 11:27:35 +1100
committerDamien George <damien.p.george@gmail.com>2016-12-22 11:27:35 +1100
commit97f3797b820e18ad475658442caec1ce97563771 (patch)
tree57e38a0d9a769bb15bf320e69bc8a31e43705d83
parentcdec7ba30ed6d527c2d007b7fd37413f0c71a1fd (diff)
downloadmicropython-97f3797b820e18ad475658442caec1ce97563771.tar.gz
micropython-97f3797b820e18ad475658442caec1ce97563771.zip
travis: Include persistent bytecode with floats in coverage tests.
-rw-r--r--.travis.yml2
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)