add appveyor
This commit is contained in:
parent
2723a0e573
commit
2fb3d6caed
|
@ -0,0 +1,7 @@
|
|||
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"
|
Loading…
Reference in New Issue