diff options
author | Maximilian Hils <git@maximilianhils.com> | 2013-08-25 04:31:35 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2013-08-25 04:31:35 +0200 |
commit | 38a1135ab8f3ab2e97d07fa8e339067c67722e16 (patch) | |
tree | 9f0dcd4ba5553baeb43f2578b0a7f72680f675df | |
parent | 404445cbdff3528b0b8b45a759e5b2f2c161ae2a (diff) | |
download | mitmproxy-38a1135ab8f3ab2e97d07fa8e339067c67722e16.tar.gz mitmproxy-38a1135ab8f3ab2e97d07fa8e339067c67722e16.tar.bz2 mitmproxy-38a1135ab8f3ab2e97d07fa8e339067c67722e16.zip |
add status images to README, include TestHTTPS again
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.mkd | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 61dfe73f..c1084319 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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
\ No newline at end of file @@ -1,3 +1,5 @@ +[](https://travis-ci.org/mitmproxy/mitmproxy) [](https://coveralls.io/r/mitmproxy/mitmproxy) + __mitmproxy__ is an interactive, SSL-capable man-in-the-middle proxy for HTTP with a console interface. |