mitmproxy/.appveyor.yml

12 lines
361 B
YAML
Raw Normal View History

2015-06-26 16:36:28 +00:00
version: '{build}'
2015-06-26 16:10:04 +00:00
shallow_clone: true
2015-06-26 16:24:33 +00:00
environment:
matrix:
- PYTHON: "C:\\Python27"
2015-06-26 16:10:04 +00:00
install:
2015-06-26 16:24:33 +00:00
- "%PYTHON%\\Scripts\\pip install --src . -r requirements.txt"
2015-06-26 16:36:28 +00:00
- "%PYTHON%\\python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
2015-06-26 16:10:04 +00:00
build: off # Not a C# project
test_script:
2016-01-31 13:16:03 +00:00
- "%PYTHON%\\Scripts\\py.test -n 4 --timeout 10"