mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
11 lines
347 B
YAML
11 lines
347 B
YAML
version: '{build}'
|
|
shallow_clone: true
|
|
environment:
|
|
matrix:
|
|
- PYTHON: "C:\\Python27"
|
|
install:
|
|
- "%PYTHON%\\Scripts\\pip install --src . -r requirements.txt"
|
|
- "%PYTHON%\\python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
|
|
build: off # Not a C# project
|
|
test_script:
|
|
- "%PYTHON%\\Scripts\\py.test -n 4" |