mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-25 01:29:48 +00:00
polish new distribution setup
This commit is contained in:
parent
beee55421b
commit
81c3b194b6
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,4 +14,5 @@ mitmdumpc
|
||||
.coverage
|
||||
.idea
|
||||
netlib
|
||||
libpathod
|
||||
pathod
|
||||
libpathod
|
@ -3,7 +3,7 @@ python:
|
||||
- "2.7"
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
install:
|
||||
- "pip install --src .. -r requirements.txt"
|
||||
- "pip install --src . -r requirements.txt"
|
||||
# command to run tests, e.g. python setup.py test
|
||||
script:
|
||||
- "nosetests --with-cov --cov-report term-missing"
|
||||
|
@ -1,3 +1,3 @@
|
||||
-e git+https://github.com/mitmproxy/netlib.git#egg=netlib
|
||||
-e git+https://github.com/mitmproxy/pathod.git#egg=pathod
|
||||
-e .[dev, contentviews]
|
||||
-e .[dev]
|
Loading…
Reference in New Issue
Block a user