mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 21:13:26 -07:00
removed system_site from travis
This commit is contained in:
parent
db5b65c463
commit
a3bbc797ac
1 changed files with 1 additions and 3 deletions
|
@ -1,12 +1,10 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
sudo: required
|
||||
before_install:
|
||||
- "sudo apt-get update -qq"
|
||||
- "sudo apt-get install libpcap0.8-dev libnetfilter-queue-dev"
|
||||
- "sudo apt-get install libpcap0.8-dev libnetfilter-queue-dev libssl-dev"
|
||||
|
||||
install: "pip install -r requirements.txt"
|
||||
script: python tests/basic_tests.py
|
Loading…
Add table
Add a link
Reference in a new issue