mirror of https://github.com/secdev/scapy.git
Use --system-site-packages with Travis
This commit is contained in:
parent
7a0a17991c
commit
abe5cc9d79
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue