mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 04:59:33 -07:00
added coveralls support in travis
This commit is contained in:
parent
2042e8350d
commit
f7da7926df
1 changed files with 6 additions and 1 deletions
|
@ -19,4 +19,9 @@ notifications:
|
||||||
use_notice: true
|
use_notice: true
|
||||||
|
|
||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
script: nosetests
|
before_script:
|
||||||
|
- "pip install python-coveralls"
|
||||||
|
script:
|
||||||
|
- "nosetests --with-cov"
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue