mitmproxy/.appveyor.yml
Thomas Kriechbaumer e98c729bb9 test on python3
2016-01-31 20:19:32 +01:00

12 lines
361 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 --timeout 10"