mitmproxy/.appveyor.yml
Maximilian Hils 2fb3d6caed add appveyor
2015-06-26 18:10:04 +02:00

7 lines
271 B
YAML

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"