From: Martin Quinson Date: Fri, 2 Sep 2016 09:59:58 +0000 (+0200) Subject: try to switch travis to python 3.4 instead X-Git-Tag: v3_14~447 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ad62baf9af251a8a09af64710aced3921833a4af?ds=sidebyside try to switch travis to python 3.4 instead --- diff --git a/.travis.yml b/.travis.yml index db60ae1665..382b86cb7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ # sudo: required dist: trusty +python: "3.4" language: cpp compiler: - gcc @@ -45,7 +46,6 @@ addons: # Still need sudo for update-alternatives script: - - sudo pip install subprocess32 # needed by tesh - cmake -Denable_documentation=OFF -Denable_coverage=OFF -Denable_java=ON -Denable_model-checking=OFF -Denable_lua=OFF -Denable_compile_optimizations=OFF -Denable_smpi=ON -Denable_smpi_MPICH3_testsuite=OFF -Denable_compile_warnings=ON . # run make in the sonar wrapper && run the tests only if the build suceeded - ./tools/internal/travis-sonarqube.sh make VERBOSE=1 && ctest --output-on-failure --timeout 100