mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-13 02:07:10 -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
14
.travis.yml
14
.travis.yml
|
@ -1,11 +1,13 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
sudo: required
|
||||
before_install:
|
||||
- "ifconfig"
|
||||
- "sudo apt-get update -qq"
|
||||
- "sudo apt-get install tcpdump libpcap0.8-dev libnetfilter-queue-dev libssl-dev"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libpcap0.8-dev
|
||||
- libnetfilter-queue-dev
|
||||
- libssl-dev
|
||||
|
||||
install: "pip install -r requirements.txt"
|
||||
script: nosetests
|
||||
script: nosetests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue