From 1cba8ad493da3874fa0cc9735192398e77a99fb7 Mon Sep 17 00:00:00 2001 From: solusipse Date: Wed, 6 Sep 2017 01:13:57 +0200 Subject: [PATCH] Adding lacking dependency for python's port of scan-build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7e2389d..45092f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ addons: install: - export PYTHONUSERBASE=~/.local - easy_install --user scan-build + - easy_install --user typing script: - cppcheck --enable=all --error-exitcode=1 --inconclusive main.c fiche.c