mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
removed capstone dep in .travis.yml
This commit is contained in:
parent
56cb34568d
commit
0a00f671b8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ python:
|
||||||
sudo: required
|
sudo: required
|
||||||
before_install:
|
before_install:
|
||||||
- "sudo apt-get update -qq"
|
- "sudo apt-get update -qq"
|
||||||
- "sudo apt-get install libpcap0.8-dev libnetfilter-queue-dev libcapstone2 libcapstone-dev"
|
- "sudo apt-get install libpcap0.8-dev libnetfilter-queue-dev"
|
||||||
|
|
||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
script: python tests/basic_tests.py
|
script: python tests/basic_tests.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue