mike820324 / microProxy

A http/https interceptor written in pure python.
MIT License
17 stars 3 forks source link

[Misc]: Speed up travis-ci by wheel #220

Open mike820324 opened 7 years ago

mike820324 commented 7 years ago

We should use wheel in travis-ci to speed up the process.

Reference:

chhsiao90 commented 7 years ago

First, we can simply add pip cache https://docs.travis-ci.com/user/caching/#pip-cache To prevent the downloading from internet.