Skip to content

Commit 8430f85

Browse files
committedOct 19, 2016
The final piece: netlib -> mitproxy.net
1 parent 853e03a commit 8430f85

File tree

150 files changed

+275
-282
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

150 files changed

+275
-282
lines changed
 

‎.appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- "pip install -U tox"
2424

2525
test_script:
26-
- ps: "tox -- --cov netlib --cov mitmproxy --cov pathod -v"
26+
- ps: "tox -- --cov mitmproxy --cov pathod -v"
2727

2828
deploy_script:
2929
ps: |

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install:
4949
fi
5050
- pip install tox
5151

52-
script: tox -- --cov netlib --cov mitmproxy --cov pathod -v
52+
script: tox -- --cov mitmproxy --cov pathod -v
5353

5454
after_success:
5555
- |

0 commit comments

Comments
 (0)
Please sign in to comment.