From 38a1135ab8f3ab2e97d07fa8e339067c67722e16 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sun, 25 Aug 2013 04:31:35 +0200 Subject: [PATCH] add status images to README, include TestHTTPS again --- .travis.yml | 2 +- README.mkd | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 61dfe73f0..c10843199 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 diff --git a/README.mkd b/README.mkd index 8f564d7ff..35b41413d 100644 --- a/README.mkd +++ b/README.mkd @@ -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.