From 0a00f671b8c3f63a15c97f412c8f76eb2a453479 Mon Sep 17 00:00:00 2001 From: byt3bl33d3r Date: Tue, 11 Aug 2015 16:31:28 +0200 Subject: [PATCH] removed capstone dep in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c224f1a..62e01ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ python: sudo: required before_install: - "sudo apt-get update -qq" - - "sudo apt-get install libpcap0.8-dev libnetfilter-queue-dev libcapstone2 libcapstone-dev" + - "sudo apt-get install libpcap0.8-dev libnetfilter-queue-dev" install: "pip install -r requirements.txt" script: python tests/basic_tests.py