From abe5cc9d79a99a6e19faaf75358d8e078ff35636 Mon Sep 17 00:00:00 2001 From: Guillaume Valadon Date: Fri, 22 Dec 2017 11:44:16 +0100 Subject: [PATCH] Use --system-site-packages with Travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3a4952d41..b86490a0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,8 @@ matrix: - os: linux sudo: required python: 2.7 + virtualenv: + system_site_packages: true env: - SCAPY_SUDO=sudo SCAPY_USE_PCAPDNET=yes SCAPY_COVERAGE=yes