mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
improve CI
This commit is contained in:
parent
e273a29a8c
commit
d895d6caf0
@ -25,7 +25,7 @@ install:
|
|||||||
- "pip install -U tox"
|
- "pip install -U tox"
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- ps: "tox -- --cov netlib --cov mitmproxy --cov pathod | Select-String -NotMatch Cryptography_locking_cb"
|
- ps: "tox -- --cov netlib --cov mitmproxy --cov pathod"
|
||||||
|
|
||||||
deploy_script:
|
deploy_script:
|
||||||
ps: |
|
ps: |
|
||||||
|
1
setup.py
1
setup.py
@ -107,6 +107,7 @@ setup(
|
|||||||
"pytest-cov>=2.2.1, <3",
|
"pytest-cov>=2.2.1, <3",
|
||||||
"pytest-timeout>=1.0.0, <2",
|
"pytest-timeout>=1.0.0, <2",
|
||||||
"pytest-xdist>=1.14, <2",
|
"pytest-xdist>=1.14, <2",
|
||||||
|
"pytest-faulthandler>=1.3.0, <2",
|
||||||
"sphinx>=1.3.5, <1.5",
|
"sphinx>=1.3.5, <1.5",
|
||||||
"sphinx-autobuild>=0.5.2, <0.7",
|
"sphinx-autobuild>=0.5.2, <0.7",
|
||||||
"sphinxcontrib-documentedlist>=0.4.0, <0.5",
|
"sphinxcontrib-documentedlist>=0.4.0, <0.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user