From 85aec8add000dd638692458165a2e78cce25120c Mon Sep 17 00:00:00 2001 From: Martin Turon Date: Tue, 18 Oct 2016 12:17:45 -0700 Subject: [PATCH] Fix #838. Freeze version of scapy package. (#839) --- .travis/before_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/before_install.sh b/.travis/before_install.sh index 979264e91..f35ff4586 100755 --- a/.travis/before_install.sh +++ b/.travis/before_install.sh @@ -47,10 +47,10 @@ cd /tmp || die # Packages used by ncp tools. sudo -H pip install ipaddress || die - sudo -H pip install scapy || die + sudo -H pip install scapy==2.3.2 || die sudo -H pip install pyserial || die pip install ipaddress || die - pip install scapy || die + pip install scapy==2.3.2 || die pip install pyserial || die [ $BUILD_TARGET != pretty-check ] || {