mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 06:48:38 +00:00
add status images to README, include TestHTTPS again
This commit is contained in:
parent
404445cbdf
commit
38a1135ab8
@ -10,6 +10,6 @@ install:
|
||||
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script:
|
||||
- "nosetests -e TestHTTPS --with-cov --cov-report term-missing"
|
||||
- "nosetests --with-cov --cov-report term-missing"
|
||||
after_success:
|
||||
- coveralls
|
@ -1,3 +1,5 @@
|
||||
[![Build Status](https://travis-ci.org/mitmproxy/mitmproxy.png)](https://travis-ci.org/mitmproxy/mitmproxy) [![Coverage Status](https://coveralls.io/repos/mitmproxy/mitmproxy/badge.png)](https://coveralls.io/r/mitmproxy/mitmproxy)
|
||||
|
||||
__mitmproxy__ is an interactive, SSL-capable man-in-the-middle proxy for HTTP
|
||||
with a console interface.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user