mitmproxy/.appveyor.yml

7 lines
271 B
YAML
Raw Normal View History

2015-06-26 16:10:04 +00:00
shallow_clone: true
install:
- ps: "pip install --src . -r requirements.txt"
- ps: "python -c 'from OpenSSL import SSL; print SSL.SSLeay_version(SSL.SSLEAY_VERSION)'"
build: off # Not a C# project
test_script:
- ps: "nosetests --with-cov --cov-report term-missing"