blob: ef0e59d720adf7a26a79880e845f821fdca717c0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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\nosetests --with-cov --cov-report term-missing"
|