add status images to README, include TestHTTPS again

This commit is contained in:
Maximilian Hils 2013-08-25 04:31:35 +02:00
parent 404445cbdf
commit 38a1135ab8
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,6 @@ install:
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git" - "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: script:
- "nosetests -e TestHTTPS --with-cov --cov-report term-missing" - "nosetests --with-cov --cov-report term-missing"
after_success: after_success:
- coveralls - coveralls

View File

@ -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 __mitmproxy__ is an interactive, SSL-capable man-in-the-middle proxy for HTTP
with a console interface. with a console interface.