Use --system-site-packages with Travis

This commit is contained in:
Guillaume Valadon 2017-12-22 11:44:16 +01:00
parent 7a0a17991c
commit abe5cc9d79
1 changed files with 2 additions and 0 deletions

View File

@ -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