From 09064e6a9349f930ed6e8942c78d2b43f9196516 Mon Sep 17 00:00:00 2001
From: Victor M. Alvarez <plusvic@gmail.com>
Date: Mon, 22 May 2017 18:54:15 +0200
Subject: [PATCH] Build with “cuckoo” and “magic” modules

---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 0f5258f..f4e8096 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,8 +8,11 @@ python:
   - "3.5"
   - "3.6"
 
+before_install:
+  - sudo apt-get install libmagic-dev libjansson-dev
+
 install:
-  - python setup.py install
+  - python setup.py install --enable-magic --enable-cuckoo
 
 script:
   - python tests.py
--
libgit2 0.26.0