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