mitmproxy/.appveyor.yml

11 lines
347 B
YAML
Raw Normal View History

2015-06-26 16:33:31 +00:00
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:
2015-09-21 21:05:12 +00:00
- "%PYTHON%\\Scripts\\py.test -n 4"