From 2c16a8a349da59ca67a5a60edad9dd01cba290c7 Mon Sep 17 00:00:00 2001 From: Abhinav Singh Date: Fri, 8 Feb 2019 20:25:09 -0800 Subject: [PATCH] Add Travis build status --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 468243bb..a9e12a8e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ proxy.py Lightweight HTTP, HTTPS and WebSockets Proxy Server in Python. +![alt text](https://travis-ci.org/abhinavsingh/proxy.py.svg?branch=develop "Build Status") + Features -------- @@ -18,7 +20,7 @@ Install To install proxy.py, simply: - $ pip install proxy.py + $ pip install --upgrade proxy.py Usage -----