From 9bab68e44a687cb8c2bcaac5252dbb336ccce982 Mon Sep 17 00:00:00 2001 From: solusipse Date: Wed, 6 Sep 2017 01:10:18 +0200 Subject: [PATCH] Trying to resolve scan-build dependencies --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 71b3710..7e2389d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,10 @@ addons: packages: - cppcheck - clang-3.5 + +install: + - export PYTHONUSERBASE=~/.local + - easy_install --user scan-build script: - cppcheck --enable=all --error-exitcode=1 --inconclusive main.c fiche.c