mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-01-12 17:32:27 +08:00
don't declare codecov as dev dependency
This commit is contained in:
@@ -13,7 +13,7 @@ environment:
|
||||
SNAPSHOT_PASS:
|
||||
secure: LPjrtFrWxYhOVGXzfPRV1GjtZE/wHoKq9m/PI6hSalfysUK5p2DxTG9uHlb4Q9qV
|
||||
install:
|
||||
- "pip install --user -U virtualenv"
|
||||
- "pip install --user -U virtualenv codecov"
|
||||
- "dev.bat"
|
||||
- "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
|
||||
test_script:
|
||||
|
||||
@@ -39,7 +39,7 @@ install:
|
||||
brew outdated openssl || brew upgrade openssl
|
||||
brew install python
|
||||
fi
|
||||
- pip install -U virtualenv
|
||||
- pip install -U virtualenv codecov
|
||||
- ./dev.sh
|
||||
- source venv/bin/activate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user