add appveyor

This commit is contained in:
Maximilian Hils 2015-06-26 18:10:04 +02:00
parent 2723a0e573
commit 2fb3d6caed
1 changed files with 7 additions and 0 deletions

7
.appveyor.yml Normal file
View File

@ -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"