mitmproxy/.appveyor.yml

11 lines
344 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:
2015-06-26 16:36:28 +00:00
- "%PYTHON%\\Scripts\\nosetests"