mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-30 11:48:27 -07:00
now using nosetests
This commit is contained in:
parent
a3bbc797ac
commit
bef63eda9f
1 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@ before_install:
|
|||
- "sudo apt-get update -qq"
|
||||
- "sudo apt-get install libpcap0.8-dev libnetfilter-queue-dev libssl-dev"
|
||||
|
||||
install: "pip install -r requirements.txt"
|
||||
script: python tests/basic_tests.py
|
||||
install: "pip install nose && pip install -r requirements.txt"
|
||||
script: nosetests
|
Loading…
Add table
Add a link
Reference in a new issue