mitmproxy/.appveyor.yml

10 lines
360 B
YAML
Raw Normal View History

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"
- "%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:24:33 +00:00
- "%PYTHON%\\Scripts\nosetests --with-cov --cov-report term-missing"