mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 08:11:00 +00:00
exclude TestHTTPS for testing travis/coverage
This commit is contained in:
parent
62fa2e6c07
commit
404445cbdf
@ -10,6 +10,6 @@ install:
|
|||||||
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
|
- "pip install --upgrade git+https://github.com/mitmproxy/pathod.git"
|
||||||
# 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 -e TestHTTPS --with-cov --cov-report term-missing"
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
Loading…
Reference in New Issue
Block a user