Add Travis build status

This commit is contained in:
Abhinav Singh 2019-02-08 20:25:09 -08:00
parent d2836ca312
commit 2c16a8a349
1 changed files with 3 additions and 1 deletions

View File

@ -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
-----