mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 14:58:38 +00:00
add appveyor
This commit is contained in:
parent
b369962cbe
commit
643accd5f8
11
.appveyor.yml
Normal file
11
.appveyor.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
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\\nosetests"
|
Loading…
Reference in New Issue
Block a user