From 8e50ee825b93f3f19f7d70a2eee41b9a89165e95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 25 Aug 2017 17:23:50 +0200 Subject: [PATCH] Install deps in travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5c7bc11..8a9168c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ install: - pip install coveralls - pip install codecov - pip install requests-mock pytest + - pip install https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.7.0.dev.zip + - pip install python-magic - pip install . - pushd tests - git clone https://github.com/viper-framework/viper-test-files.git