From fcb5d351a63c53030b694087b299fc199ca5898d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 2 Sep 2016 10:54:27 +0200 Subject: [PATCH 1/1] Install a tesh.py dependency on travis (at least, try to) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7f83eace1b..db60ae1665 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,6 +45,7 @@ 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 -- 2.20.1