Adding lacking dependency for python's port of scan-build - fiche - A pastebin … | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 1cba8ad493da3874fa0cc9735192398e77a99fb7 | |
parent 9bab68e44a687cb8c2bcaac5252dbb336ccce982 | |
Author: solusipse <[email protected]> | |
Date: Wed, 6 Sep 2017 01:13:57 +0200 | |
Adding lacking dependency for python's port of scan-build | |
Diffstat: | |
.travis.yml | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git 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 |