From a2d242eab9fec89ff392752c6e780a3ca50ca080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20B=C3=A1tyai?= Date: Tue, 30 Jul 2019 16:46:16 +0200 Subject: [PATCH] Use python3 for mbedOS build on Travis (#2995) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai dbatyai@inf.u-szeged.hu --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a609db4ad..cab08d151 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,7 +133,7 @@ matrix: - sourceline: ppa:team-gcc-arm-embedded/ppa packages: [gcc-arm-embedded] language: python # NOTE: only way to ensure python>=2.7.10 on Trusty image - python: 2.7 + python: 3.6 install: make -f ./targets/mbedos5/Makefile.travis install script: make -f ./targets/mbedos5/Makefile.travis script