mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
Merge branch 'appveyor2'
This commit is contained in:
commit
c8f6bf66fb
1 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue