mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 10:26:23 +00:00
7 lines
271 B
YAML
7 lines
271 B
YAML
shallow_clone: true
|
|
install:
|
|
- ps: "pip install --src . -r requirements.txt"
|
|
- ps: "python -c 'from OpenSSL import SSL; print SSL.SSLeay_version(SSL.SSLEAY_VERSION)'"
|
|
build: off # Not a C# project
|
|
test_script:
|
|
- ps: "nosetests --with-cov --cov-report term-missing" |