mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 13:10:03 -07:00
updated .travis.yml for faster tests
This commit is contained in:
parent
df608030f3
commit
7512c51af5
1 changed files with 8 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -1,11 +1,13 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
sudo: required
|
|
||||||
before_install:
|
addons:
|
||||||
- "ifconfig"
|
apt:
|
||||||
- "sudo apt-get update -qq"
|
packages:
|
||||||
- "sudo apt-get install tcpdump libpcap0.8-dev libnetfilter-queue-dev libssl-dev"
|
- libpcap0.8-dev
|
||||||
|
- libnetfilter-queue-dev
|
||||||
|
- libssl-dev
|
||||||
|
|
||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
script: nosetests
|
script: nosetests
|
Loading…
Add table
Add a link
Reference in a new issue